{% extends "admin/base.html" %} {% block title %}Articles for {{ issue.display_name }} - GJEE Admin{% endblock %} {% block content %} {% for article in articles %} {% else %} {% endfor %}
Order Title Authors Pages PDF Actions
{{ article.order }} {{ article.title[:60] }}{% if article.title|length > 60 %}...{% endif %} {{ article.authors[:40] }}{% if article.authors|length > 40 %}...{% endif %} {{ article.pages if article.pages else '-' }} {% if article.pdf_filename %} View PDF {% else %} No PDF {% endif %} Edit
No articles for this issue. Add one now.
{% endblock %}