{% extends "../layouts/base-system.html" %} {% block title %}Access Denied{% endblock %} {% block description %}You don't have permission to access this content.{% endblock %} {% block page_class %}page-auth page-access-denied{% endblock %} {% block icon %}
{% endblock %} {% block page_title %}Access Restricted{% endblock %} {% block page_message %} {% if request.contact %} Sorry, your account doesn't have permission to access this content. This content is restricted to specific member lists. {% else %} This content requires membership access. Please sign in or register to view this content. {% endif %} {% endblock %} {% block main_content %}
{% if request.contact %}

If you believe you should have access to this content, please contact your administrator or check if you're a member of the required list.

Go to Dashboard Go to Homepage
{% else %}

To access this exclusive content, you need to be a registered member and signed in.

{% set login_url = request.login_url or "/_hcms/mem/login" %} Sign In Register
{% endif %}
{% endblock %} {% block actions %}{% endblock %} {% block footer_info %} {% if site_settings.membershipWebsiteAdmin %}

Need help accessing this content?

Contact the administrator

{% endif %} {% endblock %}