{% extends "label_edit.html" %} {% load bootstrap %} {% load i18n %} {% load static %} {% load attachments_tags %} {% load sekizai_tags %} {% block extra_media %} {% endblock %} {% block label_edit_content %} {% if my_attachments %} {% for attachment in my_attachments %} {% empty %} {% endfor %}
# Attachment Action
{{ attachment.id }} {% if attachment.attachment_file.url|lower|endswith:".pdf" %}
{% else %} {{ attachment.filename }} {% endif %}
{% attachment_delete_link attachment %}
No attachments found.
{% else %}


Label has {% attachments_count object.get_label_attachment %} attachments.

{% endif %}
{% attachment_form form.instance %} {% endblock %}