{% extends 'atlas/base.html' %} {% load render_table from django_tables2 %} {% block content_container_class %}container-fluid content-wide px-3{% endblock %} {% block css %} {% endblock %} {% block content %}

{{ model_verbose_name_plural|capfirst }}

{% if request.user.is_staff and create_url %}
Add new {{ model_verbose_name }}
{% endif %}
{% comment %}

Filter

{{ filter.form }}
{% endcomment %} {% render_table table %} {% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %}
{% endblock %}