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

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

{% if licence %} {% include 'assets/licences/tabs.html' with obj=licence active_tab='basic_info' %} {% endif %} {% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% csrf_token %}
{% form_as_fieldsets form %}
{% short_history licence %} {% include 'assets/attachment_table.html' with attachment_parent=licence parent_name='license' %}
{% endblock %}