{% if request.user.is_authenticated and table_config_form %}
Add
{% endif %}
Announcements
{% if permissions.change or permissions.delete %}
{% else %}
{% include table_template|default:'responsive_table.html' %}
{% endif %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page%}
{% if table_config_form %}
{% include 'inc/table_config_form.html' %}
{% endif %}