{% load bootstrap %} {% if session.uploads.exists %}
File | Size | Remove |
---|---|---|
{{ upload.file_name }} | {{ upload.file_size|filesizeformat }} | {% block delete-upload %}Remove {{ upload.file_name }}{% endblock %} |
{% include "attachments/form.html" with form=property_form %} |