{% extends "base.html" %} {% load static %} {% block content %}
| slug | {{ object.slug }} |
| name | {{ object.name }} |
| status | {{ object.status }} |
| status_changed | {{ object.status_changed }} |
| created | {{ object.created }} |
| modified | {{ object.modified }} |
| description | {{ object.description }} |