{% extends 'submissions/base.html' %}
{% load static %}
{% block pagetitle %}: refereeing guidelines{% endblock pagetitle %}
{% block breadcrumb_items %}
{{ block.super }}
{% if journal %}
{{ journal.name }}
{% endif %}
Refereeing guidelines
{% endblock %}
{% block content %}
{% include 'submissions/_referee_guidelines.html' with journal=journal %}
{% endblock content %}