{% extends '_base.html' %} {% load render_table from django_tables2 %} {% block actions %} {% if perms.extras.add_ixapi %} Add {% endif %} {% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{% include 'generic/object_list.html' %}
{% include 'utils/search_form.html' %}
{% endblock %}