{% if entries %}
| {{ t("history.time") }} | {{ t("history.user") }} | {{ t("history.action") }} |
|---|---|---|
| {{ entry.time }} | {{ entry.user }} |
{{ entry.action }}
{% if entry.info %} {{ entry.info }} {% endif %}
|
{{ t("history.empty") }}
{% endif %}