{% macro artistlist(list) %}
{% if list is empty -%}
none
{%- else %}
{%- for a in list -%}
{%- if not loop.first -%}
{% endif -%}
{{ a.name }}
{%- endfor %}
{% endif %}
{% endmacro %}
|
|
||||||||||||||||||||||||||||||||||||||
{{ sql }} |
|||||||||||||||||||||||||||||||||||||||
{% for arg in args %}
{{ arg }}{% if not loop.last %} {% endif %} {% endfor %} |
|||||||||||||||||||||||||||||||||||||||
User ID | Filter ID | Name | Artists | Year | Tags | Not Tags | Formats | Encodings | Media | Users | Exclude VA | New groups only |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ r.user_id|user_url }} | {{ r.filter_id }} | {{ r.filter.info.label}} | {% for artist in r.filter.info.artist|sort %} {{ artist }}{% if not loop.last %} ·{% endif %} {% endfor %} | {% if r.filter.info.from_year or r.filter.info.to_year -%} {{ r.filter.info.from_year }}-{{ r.filter.info.to_year }} {% endif %} |
{% for tag in r.filter.info.tag|sort %}
{{ tag }}{% if not loop.last %} {% endif %} {% endfor %} |
{% for notTag in r.filter.info.notTag|sort %}
{{ notTag }}{% if not loop.last %} {% endif %} {% endfor %} |
{% for format in r.filter.info.format|sort %}
{{ format }}{% if not loop.last %} {% endif %} {% endfor %} |
{% for encoding in r.filter.info.encoding|sort %}
{{ encoding }}{% if not loop.last %} {% endif %} {% endfor %} |
{% for media in r.filter.info.media|sort %}
{{ media }}{% if not loop.last %} {% endif %} {% endfor %} |
{% for user in r.filter.info.user|sort %}
{{ user|user_url }}{% if not loop.last %} {% endif %} {% endfor %} |
{{ r.filter.info.exclude_va }} | {{ r.filter.info.new_groups_only }} |