{% extends "admin/base.html" %} {% block title %}Articles for {{ issue.display_name }} - GJEE Admin{% endblock %} {% block content %}
| Order | Title | Authors | Pages | 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. | |||||