{% extends "one_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% filter trim %}{{action}} {% trans %}Tag subscriptions{% endtrans %}{% endfilter %}{% endblock %} {% block content %}

{{action}} {% trans %}Tag subscriptions{% endtrans %}

{{form.as_table()}}
{% endblock %} {% block endjs %} {% endblock %}