{% include "log4django/bootstrap/logrecord/partials/table_head.html" %}
{% include "log4django/bootstrap/logrecord/partials/table_row.html" with record=record %}
{% trans "Requests related" %}
{% include "log4django/bootstrap/logrecord/partials/table_head.html" %}
{% for item in related %}
{% include "log4django/bootstrap/logrecord/partials/table_row.html" with record=item %}
{% empty %}