{% extends 'manager/base.html' %} {% load staticfiles %} {% block content %}
New article
{% for article in article_list %}
{% if article.is_published %} {% else %} {% endif %}
{{ article.get_author_string }}
{{ article.updated_at }}
{{ article.get_status }}
{{ article.revision_id }} revisions
{% endfor %}
{% endblock %} {% block scripts %} {% endblock %}