{% load securitytags %}
  • {{ article.pk }} - {{ article.title|truncatechars_html:200|safe }} ({{ article.correspondence_author.last_name|se_can_see_pii:article }})
    Authors: {{ article.author_list|se_can_see_pii:article }}
    {% for editor in article.editors %}{% if forloop.first %}Editors: {% endif %}{{ editor.editor.full_name }} ({% if editor.editor_type == 'section-editor' %}SE{% else %}E{% endif %}){% if not forloop.last %}, {% endif %}{% endfor %} View Article

    Section: {{ article.section.name }}
    Stage: {{ article.get_stage_display }}