{%extends 'base.html'%} {% load static i18n custom_tags crispy_forms_tags %} {% block head_title %}{% trans "Logs" %}{% endblock %} {%block content%}
Logs
{% if filters%}
{%endif%} {%include 'core/partials/logs-list.html' with logs=list%}
{%endblock%}