{% load roles %} {% user_has_role request 'editor' as user_is_editor %}

Galleys

{% if issue.galley %} {% else %} {% endif %}
Label Filename Type Download Replace Delete
{{ issue.galley.file.label }} {{ issue.galley.file.original_filename|truncatechars:40 }} Galley    
{% csrf_token %}  
No galleys have been uploaded.
{% if not issue.galley %}  Upload a new galley {% endif %}
{% include "elements/issue/new_galley.html" with form=galley_form %}