{{ plan.prd_name }}
{{ "calendar"|icon }} {{ plan.approval_date }}
{{ "hourglass"|icon }} {{ plan.expiration_relative }}
{{ plan.price_per_unit }}
{% extends "base.html" %} {% block navbar_start %}
{% endblock %} {% block content %}
{{ plan.prd_name }}
{{ "calendar"|icon }} {{ plan.approval_date }}
{{ "hourglass"|icon }} {{ plan.expiration_relative }}
{{ plan.price_per_unit }}
{{ gettext("You don't have active plans.")}}
{% endif %}
{{ plan.prd_name }}
{{ "calendar"|icon }} {{ plan.plan_creation_date }}
{{ "times"|icon }} {{ plan.rejection_date }}
{{ plan.price_per_unit }}
{{ gettext("You don't have rejected plans.")}}
{% endif %}| {{ gettext("Costs")}} | {{ gettext("Type")}} | {{ gettext("Plan created")}} | {{ gettext("Revoke") }} | |
|---|---|---|---|---|
| {{ plan.prd_name }} | {{ plan.price_per_unit }} | {{ plan.type_of_plan }} | {{ plan.plan_creation_date }} |
{{ gettext("You don't have plans waiting for activation.")}}
{% endif %}
{{ draft.product_name }}
{{ "calendar"|icon }} {{ draft.draft_creation_date }}
{{ gettext("You don't have any drafts saved.") }}
{% endif %}
{{ plan.prd_name }}
{{ "calendar"|icon }} {{ plan.plan_creation_date }}
{{ gettext("You don't have expired plans.") }}
{% endif %}