{% extends "administrator/base.html" %} {% load static i18n %} {% block title %}{{page_title}}{% endblock %} {% block page_title %}

{{page_title}}

{% endblock page_title %} {% block content %}
{% for history in history_list %} {% empty %} {% endfor %}
Date Title Subtitle
{{history.date_display}} {{history.title}} {% if history.subtitle %}{{history.subtitle}}{% else %}-{% endif %}
No Data
{% endblock content %}