{% extends template_extends %} {% load i18n %} {% block title %}Subscribe{% endblock %} {% block content %}

{{ plan_list.title|safe }}

{{ plan_list.subtitle|safe }}
{{ plan_list.header|safe }}
{% for detail in details %}
{{ detail.plan }} {{ detail.html_content|safe }}
{% csrf_token %}
{% endfor %}
{% endblock %}