{% extends "base.html" %} {% block content %}

Access denied

Sorry, you do not have the necessary permissions to view this page.

{% if user.subscription_active %} {% include 'checkout.html' %} {% else %}

Please setup a payment mandate in the profile page to view products

{% endif %}
{% endblock %}