{% extends "WallabagCoreBundle::layout.html.twig" %} {% block title "Tags" %} {% block content %} {% if tags is empty %}

{% trans %}No tags found.{% endtrans %}

{% else %} {% for tag in tags %} {{tag.label}} {% endfor %} {% endif %} {% endblock %}