{% extends 'manage/changelog/master.twig' %} {% from 'macros.twig' import container_title %} {% block manage_content %}
{{ container_title('Tags') }} Create new tag
{% for tag in changelog_tags %}
{{ tag.name }} ({{ tag.changeCount }})
{{ tag.description }}
{% endfor %}
{% endblock %}