{% import "WebPortfolio/macros/forms.html" as f with context %} {% import "WebPortfolio/macros/base.html" as wp with context %} {% if my_object %} {{ wp.flash_message('Upload result') }} Name: {{ my_object.name }}

Url: {{ my_object.url }}

Size: {{ my_object.size }} bytes

Download Url: {{ my_object.download_url() }}



{% endif %}
{{ f.csrf_field() }}

Select image to upload: