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

Go to the News management page

{% endif %} {% include 'news/_newsletter_contents.html' with nl=nl %}
{% endblock content %}