{% extends "one_column_body.html" %} {% import "macros.html" as macros %} {% block title %}{% spaceless %}{% trans %}Manage Tag subscriptions{% endtrans %}{% endspaceless %}{% 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%} {%endblock#}