{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Process Citation Notification{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Registration Invitations Citation Notifications Process {% endblock %} {% block content %}

Process Citation Notification

All related unprocessed Citation Notifications

{% for related_notification in form.get_all_notifications %} {% include 'invitations/_citationnotification_summary.html' with notification=related_notification %}
{% endfor %}
{% csrf_token %} {{ form|bootstrap }}
{% endblock %}