{% load static %} {% block pricing_plan_card %}
{% if plan_tag %}
{{ plan_tag }}
{% else %}
{% endif %}

{{ plan_name }}


{{ plan_description }}


USD {{ plan_price }} per user
/month
  • {{ item_1 }}
  • {{ item_2 }}
  • {{ item_3 }}
  • {% if item_4 %}
  • {{ item_4 }}
  • {% endif %} {% if item_5 %}
  • {{ item_5 }}
  • {% endif %} {% if item_6 %}
  • {{ item_6 }}
  • {% endif %}
{% endblock %}