{% extends "layout.twig" %} {% block title %}edit tags{% endblock %} {% block menu %} {% include '_menu.twig' %} {% endblock %} {% block content %}

{{ entry.title|raw }}

{% if tags is empty %} {% trans "no tags" %} {% endif %}

{% trans "Start typing for auto complete." %}
{% trans "You can enter multiple tags, separated by commas." %}


« {% trans "return to article" %} {% endblock %}