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

{% trans "View & Edit" %}

{% csrf_token %} {% with pagination_class="pull-left" %} {% render_table table %} {% endwith %} {% block table_finished %}
{% bootstrap_button "Update" button_type="submit" value="Update" button_class="btn-block btn-primary table-submit" %}
{% endblock table_finished %}
{% endblock maincontent %} {% block lastjs %} {% endblock lastjs %}