{% load django_tables2 %} {% load i18n static fontawesome_5 %}
{% if table.title is not None %}

{{ table.title }}

{% endif %}
{% if table.add_new_entries %} {% endif %}
{% comment %} Search input and rpp selector {% endcomment %}
{% comment %} Filter section {% endcomment %}
{% fa5_icon 'filter' %} {% trans 'Filter' %}
{{ table.filter.form.as_p }}
{% comment %} Table section {% endcomment %} {% render_table table %}