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

Pathogen Products Panel

Billing and subscription management

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

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

{% endif %}
{% endblock %}