| Čas | {% if show_actor %}Uživatel | {% endif %}Akce | Entita | Popis |
|---|---|---|---|---|
| {{ e.timestamp.strftime('%d.%m %H:%M') }} | {% if show_actor %}{{ e.actor.name if e.actor else '—' }} | {% endif %}{{ e.action_type }} | {{ e.entity_type }} | {{ e.summary }} |
Zobrazeno pouze posledních {{ entries | length }} záznamů za posledních {{ hours }} hodin.
{% endif %} {% else %}Za posledních {{ hours }} hodin nebyla zaznamenána žádná aktivita.
{% endif %}