{% extends "chrono/manager_home_reports.html" %} {% load gadjo i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Audit journal" %} {% endblock %} {% block appbar %}
| {% trans "Date" %} | {% trans "User" %} | {% trans "Agenda" %} | {% trans "Action" %} | {% if lingo_enabled %}{% endif %} |
|---|---|---|---|---|
| {{ line.timestamp }} | {{ line.user_name }} | {{ line.agenda }} | {{ line.get_action_text }} | {% if lingo_enabled %}{% with lingo_url=line.get_lingo_url %}{% if lingo_url %} {% trans "view" %} {% endif %}{% endwith %} | {% endif %}