{% load journals_extras %} {% load crispy_forms_tags %} {% if name == 'reports_needed' %} {% if request.user.contributor %} {% include 'submissions/_refereeing_invitations_ongoing.html' with contributor=request.user.contributor %} {% endif %} {% endif %}
To contribute a Report, please navigate to the Submission's page and click on the Contribute a Report link {% if not user.is_authenticated %}(login required){% endif %}