5 lines
147 B
HTML
5 lines
147 B
HTML
{% include "system/includes/logs/table_navigation.html" %}
|
|
{% for log in data.logs %}
|
|
{% include "system/includes/logs/row.html" %}
|
|
{% endfor %}
|