{% extends 'scipost/base.html' %} {% block pagetitle %}: citation notifications{% endblock pagetitle %} {% block bodysup %} Citation notifications to process {% if errormessage %} {{ errormessage }} {% endif %} {% if unprocessed_notifications %} {% for un in unprocessed_notifications %} {{ un }} Process this notification {% endfor %} {% else %} There are no citation notifications to process. Return to your personal page. {% endif %} {% endblock bodysup %}
Return to your personal page.