Admin Subscriptions

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Add New Subscription

Subscription Plans

{% if plans %} {% for plan in plans %} {% endfor %}
ID Name Period Price Page Limit Actions
{{ plan.id }} {{ plan.name }} {{ plan.period }} ${{ plan.price }} {{ plan.page_limit }}
{% else %}

No subscription plans found.

{% endif %}