{% extends template_extends %} {% load i18n %} {% load currency_filters %} {% block content %}
{% trans "Plan name" %} | {% trans "Plan description" %} | {% trans "Plan tags" %} | {% trans "Plan costs" %} | ||
---|---|---|---|---|---|
{{ plan.plan_name }} | {{ plan.plan_description }} | {{ plan.display_tags }} |
|
{% trans "Edit" %} | {% trans "Delete" %} |
{% trans "No subscription plans have been added yet." %}
{% endif %} {% endblock %}