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

{% trans %}Manage tag subscription{% endtrans %} ({%trans%}Create new{% endtrans %})

{% if settings.GROUPS_ENABLED %} {%endif%} {% for subscription in object_list %} {% set comma=joiner(',') %} {% if settings.GROUPS_ENABLED %} {% set comma=joiner(',') %} {% endif %} {% endfor %}
{% trans %}Date{% endtrans %} {% trans %}Tags{% endtrans %} {% trans %}Users{% endtrans %}{%trans%}Groups{% endtrans %} {%trans%}Action{% endtrans %}
{{ subscription.date_added }} {{ macros.tag_list_widget( subscription.tag_list(), deletable=False, css_class='subscribed marked-tags' ) }} {%for user in subscription.users.all() %}{{ comma() }} {{user.username}}{%endfor%} {% for group in subscription.groups.all() %}{{ comma() }} {{group.name}}{%endfor%}
{% endblock %} {#% block endjs %} {% compress js %} {% compress js %} {% endblock %#}