{% extends 'base.html' %} {% block extra_css %} {% endblock %} {% block content %}

Choose your plan

Unlock unlimited exam generation with premium plans — pay securely with M-Pesa.

{% for plan in plans %} {% set featured = plan.type == 'institution' %}
{% endfor %}
Current plan: {{ current_user.subscription_type|title }}

{{ current_user.exams_generated }} of {{ current_user.max_exams }} free exams used

{% endblock %}