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

{{ table.title }}

{% endif %}
{% if table.add_new_entries %} {% endif %}
 
{% fa5_icon 'filter' %} {% trans 'Filter' %}
{{ table.filter.form.as_p }}
{% render_table table %}