{% extends "web/base.html" %} {% load static %} {% load bangla_numbers %} {% block title %}Annual Subscription - PassMCQ{% endblock title %} {% block content %}

Annual Subscription

Get full year access to all subjects in your class level

{% for a in annual_subscription %}
{% if a.image %} {{ a.title }} {% else %}
{% endif %}

{{ a.title }}

{{ a.description }}

What's Included:

    {% for key in a.keys.all %}
  • {{ key.key }}
  • {% endfor %}
{% if a.price == 0 %} Free {% else %} ৳{{ a.price }} {% endif %} {% if a.price == 0 %}
{% csrf_token %}
{% else %} Subscribe Now {% endif %}
{% endfor %}
{% endblock content %} {% block script_link %} {% endblock script_link %}