{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Manage Content Types - {% endblock %} {% block abstracts_active %}active{% endblock %} {% block content %}
{% if content_types %} {% for content_type in content_types %} {% endfor %}
Name Code Order
{{ content_type }} {{ content_type.code }} {{ content_type.order }}
{% else %}

There are no Content Types

{% endif %}
{% endblock %}