{% extends "admin.html" %} {% load url from future %} {% block headtitle %}Manage Articles - {% endblock %} {% block mediacentre_active %}class="active"{% endblock %} {% block content %}
| Title | Url | Created | Published | ||||
|---|---|---|---|---|---|---|---|
| {{ article }} | {% url 'media_article' article.section.slug article.slug %} | {{ article.created }} | Resources ({{ article.get_resources|length }}) | {% if article.published %}
|
{% else %}
|
{% endif %}
||
There are no articles in this section.
{% endif %}