{% 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 plan_list.planlistdetail_set.all %}
{{ detail.html_content|safe }}
{% csrf_token %}
{% endfor %}
{% endblock %}