{% extends "saas/base.html" %} {% load currency %} {% block saas_content %}
{% for p in plan %} {{p.title}}
Setup amount: {{p.setup_amount}}
Period amount: {{p.period_amount}}/{{p.interval}}
Transaction fee: {{p.transaction_fee}}/transaction
{{p.description}}
Edit Plan
{% endfor %}
{% endblock %}