Table of Contents

Add Article
{% regroup articles by section as grouped_articles %} {% for section, articles in grouped_articles %}
{{ section.name }} (ID: {{ section.pk }})
{% csrf_token %} {% if not section == issue.first_section %}  {% endif %} {% if not section == issue.last_section %} {% endif %}
{% for article in articles %} {% endfor %}
ID Title Date Published Authors Section DOI Pub ID First Page Page Numbers Article Number
{{ article.id }} {{ article.safe_title }} {{ article.date_published }} {{ article.author_list }} {{ article.section.name }} {{ article.get_doi }} {{ article.get_pubid }} {{ article.first_page|default_if_none:"--" }} {{ article.page_numbers|default_if_none:"--" }} {{ article.article_number }}  Remove
{% endfor %}