{% extends 'assets/base.html' %} {% load assets bob i18n history_tags %} {% block content %}

{% block form_title %}{{caption}}{% endblock %}

{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% csrf_token %}
{% form_as_fieldsets form %} {% if support %}{% object_list_search support 'assets' %}{% endif %}
{% include 'assets/attachment_table.html' with attachment_parent=support parent_name='support' %} {% short_history support %}
{% include 'assets/attachment_deletion.html' with attachment_parent=support parent_name='support'%} {% endblock %}