{% extends 'pages/content.html' %} {% load i18n static wagtailcore_tags %} {% block css %} {{ block.super }} {% endblock css %} {% block content %} {% include_block page.content %} {% if request.user.is_authenticated %}
{% trans "This information is available for registered users only." %}
{% endif %} {% if institutional_members_page_url and institutional_members_page_text %} {% include 'widgets/read-more-link.html' with button=True text=institutional_members_page_text href=institutional_members_page_url %} {% endif %} {% endblock content %} {% block javascript %} {{ block.super }} {% endblock javascript %}