{% load i18n %} {% load bootstrap3 %} {% load render_table from django_tables2 %}

{{ type_label }}

{% if add_button_for %} {% blocktrans with add_button_for.long_name as label %} Add {{ label }} {% endblocktrans %} {% endif %} {% if upload_form %}
{% csrf_token %} {% bootstrap_form upload_form show_label=False %} {% blocktrans %}Upload {{ type_label }}{% endblocktrans %}
{% endif %}
{% csrf_token %} {% with button_placement="top" %} {% include "hid/tabs/view_and_edit_buttons.html" %} {% endwith %} {% with pagination_class="pagination-circle-nav" %} {% render_table table %} {% endwith %} {% with button_placement="bottom" %} {% include "hid/tabs/view_and_edit_buttons.html" %} {% endwith %}