{% extends "chrono/manager_base.html" %} {% load gadjo i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Audit journal" %} {% endblock %} {% block appbar %}
{% trans "Date" %} | {% trans "User" %} | {% trans "Agenda" %} | {% trans "Action" %} |
---|---|---|---|
{{ line.timestamp }} | {{ line.user.get_full_name }} | {{ line.agenda }} | {{ line.get_action_text }} |