{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}History for {{ name }}{% endblock %} {% block content %} {% if action_list %}
Date & time | User | Action | {% if has_details %}Details | {% endif %}
---|---|---|---|
{{ row.date }} | {{ row.authorizer }} | {{ row.message|linebreaksbr }} | {% if has_details %}{{ row.details|default_if_none:"" }} | {% endif %}
{{ name }} doesn't have a change history.
{% endif %} {% endblock %}