{% extends 'base.html' %} {% block title %}History for {{ name }}{% endblock %} {% block content %} {% if action_list %}
Date & time | User | Action |
---|---|---|
{{ action.date }} | {{ action.authorizer }} | {{ action.message }} |
{{ name }} doesn't have a change history.
{% endif %} {% endblock %}