{% extends 'subscriptions/base_developer.html' %} {% load i18n %} {% block title %}DFS Dashboard | Tags{% endblock %} {% block subscriptions_styles %} {% endblock %} {% block main %}

Tags

{% include 'subscriptions/snippets/messages.html' %} Create new tag {% if tags %}
{% trans "Tag name" %}
{% for tag in tags %}
{% trans "Tag name" %} {{ tag.tag }}
{% trans "Edit" %} {% trans "Delete" %}
{% endfor %} Create new tag
{% else %}

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

{% endif %} {% endblock %}