{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %} {% include "staff_part_audit_filter.html" %} {% if by == 'cred' %}
{% trans "Action" %} | {% if type != 'user' %}{% trans "User" %} | {% endif %} {% if type != 'cred' %}{% trans "Credential" %} | {% endif %}{% trans "When" %} |
---|---|---|---|
{{ audit.get_audittype_display }} | {% if by != 'user' %}{{ audit.user.username }} | {% endif %} {% if vy != 'cred' %}{{ audit.cred.title }} | {% endif %}{{ audit.time }} |