{% extends 'base.html' %} {% block title %}Select Payment Plan{% endblock %} {% block content %}

Choose Your Subscription Plan

Flexible data bundles tailored to your needs

{% for package in packages %}

{{ package.name }}

{{ package.data_amount }} for {{ package.duration_days }} days

KSh {{ package.price }}

Subscribe
{% endfor %}
{% endblock %}