{% include "head.html" %} {% set file %} {% if submission.FILESAVED == 0 %}
Submission has no file
{% elif submission.FILESAVED == 1 %}
Thumbnail
{% else %} {% for ext in submission.FILEEXT|map("lower") %}
{% if ext in ["jpg", "jpeg", "png", "gif"] %}
{% elif ext in ["mp4", "mov", "webm", "ogg", "3gp"] %}
{{ filenames[loop.index0]|title }}
{% elif ext in ["swf"] %}
{{ ext|upper }}
{% elif ext in ["txt"] %}
{% if files_text[loop.index0] %}
{% autoescape false %}{{ files_text[loop.index0].strip() }}{% endautoescape %}
{% else %}
No text
{% endif %}
{% elif ext in ["mp3", "wav", "mid"] %}
{{ filenames[loop.index0]|title }}
{% else %}
{{ filenames[loop.index0]|title }}
{% endif %} {% if submission.FILEEXT|length > 1 %}
{{ loop.index }}
/{{ submission.FILEEXT|length }}
{% if ext in ["mp4", "mov", "webm", "ogg", "3gp"] %}
{% endif %}
{% elif ext in ["mp4", "mov", "webm", "ogg", "3gp"] %}
{% endif %}
{% endfor %} {% endif %} {% endset %} {% include "navbar.html" %}
{{ file }}
{{ submission.TITLE }}
Next
Gallery
All
Scraps
Prev
Author
{{ submission.AUTHOR }}
Date
{{ submission.DATE.strftime("%Y-%m-%d %H:%M") }}
Folder
{{ submission.FOLDER|title }}
Type
{{ submission.TYPE|title }}
Category
{{ submission.CATEGORY|title }}
Species
{{ submission.SPECIES|title }}
Gender
{{ submission.GENDER|title }}
Rating
{{ submission.RATING|title }}
Tags
{% for tag in submission.TAGS %}
{{ tag }}
{% endfor %} {% if not submission.TAGS %}
No tags
{% endif %}
Favorites
{% for user in submission.FAVORITE %}
{{ user }}
{% endfor %} {% if not submission.FAVORITE %}
No favorites
{% endif %}
Mentions
{% for user in submission.MENTIONS %}
{{ user }}
{% endfor %} {% if not submission.MENTIONS %}
No mentions
{% endif %}
{% if comments %}
Comments
{{ comments|length }}
{% endif %}
{% if submission.DESCRIPTION_BBCODE != None %}
[BBCode]
{% endif %}
{% if submission.DESCRIPTION_BBCODE != None %}
{% autoescape false %}{{ submission.DESCRIPTION_BBCODE.replace("\n", "
") }}{% endautoescape %}
{% endif %}
{% autoescape false %}{{ submission.DESCRIPTION }}{% endautoescape %}
{% if submission.FOOTER %} {% endif %}
{% if comments %}{% include "comments.html" %}{% endif %}
{% set floating_buttons = 0 %} {% if comments %}
{% set floating_buttons = floating_buttons + 1 %} {% endif %} {% if submission.FILESAVED %}
{% set floating_buttons = floating_buttons + 1 %} {% endif %}
{% if submission.FILEEXT|length > 1 %} {% endif %} {% if "swf" in submission.FILEEXT|map("lower")|list %} {% endif %}