{% extends "settings.html" %} {% block title %}
Comma separated list of mimetypes, fnmatch for wildcards.
Comma separated list of mimetypes, fnmatch for wildcards. {% if always_reject|length != 0 %} {% for mime_type in always_reject %} {{ mime_type }} {%- if not loop.last %} {%- if always_reject|length == 2 %} and {%- elif loop.revindex == 2 %}, and {%- else %},{% endif %} {% endif %} {% endfor %} {{ "is" if always_reject|length == 1 else "are" }} always rejected. {% endif %}
{{ mime_type }}