{% extends 'base.html' %} {% load staticfiles %} {% block button_bar %} {% if edit_url %} Edit {% endif %} {% if not edit_user_hint %}
{% endif %} {% if create_url %} Add {% endif %} {% endblock button_bar %} {% comment %} generalized detail view template {% endcomment %} {% block content %}| {{ object }}   {% if not object.is_active %} (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 %} |
| last modified: {{ last_modified }} view change history | |