{{_("None")}}
{{_("Unsigned")}}
Trash {% if command == "view" %} {% endif %}
    {% if editing_strings.attachments %} {% for att in attachments %}
  • {% if att.mimetype in ["image/bmp", "image/gif", "image/jpg", "image/jpeg", "image/pjpeg", "image/svg+xml", "image/x-png", "image/png", "application/vnd.google-apps.photo"] %} {% else %}
    {% set file_parts = att.filename.split(".") %} {% set file_parts_length = file_parts|length %} {{ file_parts[file_parts_length - 1] }}
    {% if file_parts_length > 2 or att.filename|length > 20 %} {{ att.filename[0:16] }}... {% else %} {{ file_parts[0] }} {% endif %}
    {% endif %}
  • {% endfor %} {% endif %}