{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}
| # | Title | Sub Title | Button | Is Featured | Action |
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ pricing.title }} | {{ pricing.subtitle }} | {{ pricing.button_text }} | {% if pricing.is_featured %} ✓ {% else %} ✕ {% endif %} |