{% if Post.Title %}

{{ Post.Title }}

{% else %}

Post #{{ Post.ID }}

{% endif %}
Fit-Both Fit-Height Fit-Width Small Medium Large Original {% if User and Post.Uploader.Username == User.Username or User.CanEditTags %} | Edit Post {% endif %}
{% if not Post.IsApproved %}
This post is pending approval. See mod queues.
{% endif %}
{{ Post.Title }}
ID: {{ Post.ID }}
Uploader: {{ Post.Uploader.Username }}
Created: {{ Post.CreatedAt|naturaltime }}
Original Size: {{ Post.GetOriginalSize.Width }}x{{ Post.GetOriginalSize.Height }} ({{ Post.GetOriginalSize.GetFileSizeFormatted }})
Favourites: {{ Post.FavouriteCount }}
Rating: {{ Post.Rating }}
Source: {% if Post.SourceURL %} {{ Post.SourceURL }} {% else %} N/A {% endif %}
Tags: {% if Post.Tags %} {% for tag in Post.Tags %} {% endfor %} {% else %} No tags {% endif %}
Description: {{ Post.Description|default:'No description provided.' }}