{% extends base %} {% load form_extras %} {% load custom %} {% block content %}
{% csrf_token %} {% include "components/banners.html" %} {% if not read_only %}
{% include "components/field_text_short.html" with field=form|field:'name' %} {% include "components/field_text_short.html" with field=form|field:'comment' %}
{% if action == 'update' %} {% include "components/table.html" with table=table_form_template_items no_paginate=True %} {% endif %} {% include "components/template.html" with template_items=form_template_items form=form_template_items_form %} {% endif %}
{% endblock %}