0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-05 05:15:26 +00:00
healthchecks_healthchecks/templates/front/log_rows.html

1 line
No EOL
121 B
HTML

{% if events %}{% for event in events %}{% include "front/log_row.html" with describe_body=True %}{% endfor %}{% endif %}