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

Resources

{% comment %}
Search Resources {% include "atlas/partials/resource_search_panel.html" %}
{% endcomment %}
{% render_table table %}
{% include "generic/partials/page_size_form.html" %} {% include "generic/partials/filter_bar.html" with filter=filter app_name=app_name collapse_id="bottom-filter-body" %} {% endblock %} {% block js %} {% endblock %}