Content Information
Type: {{ info.type }}
Vanity URL: {{ info.vanity }}
Created At: {{ info.created_at }}
Uploaded By: {{ info.username }}
{% if info.type == 'file' %}
Filename: {{ info.data }}
{% if info.file_size %}
File Size: {{ info.file_size }} bytes
{% endif %}
{% elif info.type == 'url' %}
Target URL: {{ info.data }}
{% endif %}
View Content
{% if info.type == 'file' %}
Download
{% endif %}
{% if current_user.is_authenticated and current_user.username == info.username %}
{% if info.type != 'file' or not info.is_media %}
Edit
{% endif %}
{% endif %}