{% if submission["FILESAVED"] < 2 %} Submission has no file {% elif submission["TYPE"].lower() == "image" %} {% elif submission["TYPE"].lower() == "music" %}


{% elif file_text is not none %}
{% autoescape false %}{{ file_text }}{% endautoescape %}
{% else %}


{{ filename|title }} {% endif %}

{{ submission["TITLE"] }}


Author {{ submission["AUTHOR"] }}
Date {{ submission["DATE"].strftime("%Y-%m-%d %H:%M") }}
Tags {% for tag in submission["TAGS"] %} {% if tag != "" %} {{ tag }} {% endif %} {% endfor %}
Category {{ submission["CATEGORY"] }}
Species {{ submission["SPECIES"] }}
Gender {{ submission["GENDER"] }}
Rating {{ submission["RATING"] }}
Folder {{ submission["FOLDER"] }}
Favorites {% for user in submission["FAVORITE"] %} {% if user != "" %} {{ user }} {% endif %} {% endfor %}
Mentions {% for user in submission["MENTIONS"] %} {% if user != "" %} {{ user }} {% endif %} {% endfor %}





{% autoescape false %} {{ submission["DESCRIPTION"] }} {% endautoescape %}