','
')|safe}}
{% endif %}
{% endblock %}
{% block panel_right %}
{% if can_download %}
Downloads
ZIP Archive
{% if downloads %}
Source Files
{% for file in downloads %}
{{ file.split('/')[1:] | join('/') }}
{% endfor %}
{% endif %}
{% endif %}
{% if is_author and is_private %}
Post Permissions
Add permissions for users
{% endif %}
{% endblock %}
{% block content %}
{% endblock %}
{% block scripts %}
{{ super() }}
{% endblock %}