{% extends 'journals/base.html' %} {% block pagetitle %}{{block.super}}: accepted{% endblock pagetitle %} {% block link_class_physics_accepted %}active{% endblock %} {% block breadcrumb_items %} {{block.super}} {{journal}} Accepted {% endblock %} {% block content %} {% with header_text='Accepted for publication' %} {{block.super}} {% endwith %}
{% endblock %}