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

Statuses

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