{% extends 'base.html' %} {% load staticfiles %} {% load i18n %} {% block button_bar %} {% if edit_url %} {% trans 'edit'|capfirst %} {% endif %} {% if not edit_user_hint %}
{% endif %} {% if create_url %} {% trans 'add'|capfirst %} {% endif %} {% endblock button_bar %} {% comment %} generalized detail view template {% endcomment %} {% block content %}| {{ object }}   {% if not object.is_active %} ({% trans 'inactive' %}) {% endif %} | |
|---|---|
| {{ v.0 }} | {% if v.1 %} {# place related stuff (fk or file links) into links #} {% if v.2 %} {# fk provided? #} {% if v.4 %} {{ v.1 }} {% else %} {{ v.1 }} {% endif %} {% else %} {{ v.1 }} {% endif %} {% endif %} |
| {% trans 'last modified' %}: {{ last_modified }} {% trans 'change history' %} | |