{% extends "base_side.html" %} {% load i18n %} {% load bootstrap3 %} {% load render_table from django_tables2 %} {% block maincontent %}

{% trans "View & Edit" %}

{% csrf_token %} {% bootstrap_form upload_form show_label=False %} {% blocktrans %}Upload {{ type_label }}{% endblocktrans %}
{% csrf_token %}
Questions
{% bootstrap_button "Save Changes" button_type="submit" value="Update" button_class="btn btn-success btn-sm table-submit" %}
{% with pagination_class="pagination-circle-nav" %} {% render_table table %} {% endwith %}
{% endblock maincontent %}