{% extends 'base.html' %} {% load helpers%} {% load buttons %} {% load static %} {% block content %}
{% block buttons %}{% endblock %} {% if request.user.is_authenticated and table_config_form %} {% endif %}

{% block title %}Device Configuration{%endblock%}

{% include table_template|default:'responsive_table.html' %} {% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
{% if table_config_form %} {% include 'inc/table_config_form.html' %} {% endif %}
{% endblock %}