{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Manage Mediacentre - {% endblock %} {% block mediacentre_active %}class="active"{% endblock %} {% block content %}
{% if sections %} {% for section in sections %} {% endfor %}
Section URL
{{ section }} {% url 'media_section' section.slug %} Manage Articles ({{ section.get_articles|length }})
{% else %}

There are no sections setup

{% endif %}
{% endblock %}