{% extends 'scipost/base.html' %} {% load bootstrap %} {% block meta_description %}{{ block.super }} Newscollection{% endblock meta_description %} {% block pagetitle %}: Newscollection{% endblock pagetitle %} {% block content %}
{% if perms.scipost.can_manage_news %}

Go to the News management page

{% endif %} {% include 'news/_newscollection_contents.html' with nc=nc %}
{% endblock content %}