{% extends template_extends %} {% load i18n %} {% block content %}

Subscription Plan Tags

{% if messages %} {% endif %}
Back to dashboard
Create new tag
{% if tags %} {% for tag in tags %} {% endfor %}
{% trans "Tag name" %}
{{ tag.tag }} {% trans "Edit" %} {% trans "Delete" %}
{% else %}

{% trans "No tags have been added yet." %}

{% endif %} {% endblock %}