{% extends 'base.html.twig' %} {% block header %} {% include 'page-header.html.twig' with { repository: repository, baseRef: repository.defaultBranch, current: 'tags' } %} {% endblock %} {% block search %} {% include 'search.html.twig' with { repository: repository, commitish: repository.defaultBranch } %} {% endblock %} {% block body %}
{{ 'REPOSITORY_TAGS_TITLE'|trans }}
{% if tags %} {% else %} {{ 'REPOSITORY_TAGS_NO_TAGS_AVAILABLE'|trans }} {% endif %}
{% endblock %}