{% extends "table.html" %} {% block table %}

Statuses

{% for o in page.object_list %} {% empty %} {% endfor %}
Content Date Time
{% if o.content %} {{ o.content }} {% else %} Unknown {% endif %} {% if o.datetime %} {{ o.datetime }} {% else %} Unknown {% endif %}
No statuses found
{% endblock table %}