{% extends "two_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% trans %}Subscribe for tags{% endtrans %}{% endblock %} {% block content %}
{% trans %}Please, subscribe for the following tags:{% endtrans %}
{{ macros.tag_list_widget(tags, is_link=False) }}