{% extends 'partials/sms-base.html' %} {% load static %} {% load humanize %} {% block content %}
Buy Countries Numbers


Don't Use WhatsApp Business For Any Of Our Number!!!
{% if not o %}
No Active Numbers
{% else %} {% for o in o %}

{{ o.phone_number }}

{{ o.service }} - ₦{{ o.amount|floatformat:2|intcomma }}

{{ o.get_dynamic_duration }}

{% endfor %} {% endif %}
{% endblock content %}