Speed: {{ service.speed_mbps }} Mbps
Fair Usage Policy:
{% if service.fup_gb %}{{ service.fup_gb }} GB{% else %}Unlimited{% endif %}
Price: KSh {{ service.price }} per {{ service.billing_cycle }}
Installation Fee: KSh {{ service.installation_fee }}
Status:
{% if service.is_active %}
Active
{% else %}
Inactive
{% endif %}
Created: {{ service.created_at|date:"M d, Y" }}