{% extends theme("master.html") %} {% block title %} - Administration{% endblock %} {% block content %}
{% include theme("menu.html") %}

Listing {{ content_type }}

{% if contents %} {% for content in contents %} {% endfor %}
Title Type Published Created
{{ content.title }} {{ content.parser }} {{ content.published }} {{ content.human_created_on() }}
{% else %}

There is nothing here yet.

{% endif %}
{% endblock content %} {% block javascript %} {% endblock javascript %}