{% extends 'dlux/list_base.html' %} {% load django_tables2 %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ DLUX_STRINGS.log_title }}{% endblock %} {% block content %}

{{ DLUX_STRINGS.log_title }}

{% if log_category_tabs %} {% endif %}
{% crispy filter.form %}
{% render_table table %}
{% endblock %} {% block scripts %} {% endblock %}