{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Pricing

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for pricing in pricings %} {% endfor %}
# Title Sub Title Button Is Featured Action
{{ forloop.counter }} {{ pricing.title }} {{ pricing.subtitle }} {{ pricing.button_text }} {% if pricing.is_featured %} {% else %} {% endif %}
{% endblock %}