{% import "Webmaster/macros/forms.html" as f with context %}
{% import "Webmaster/macros/master.html" as master with context %}
{% if my_object %}
{{ master.flash_message('Upload result') }}
Name: {{ my_object.name }}
Url: {{ my_object.url }}
Size: {{ my_object.size }} bytes
Download Url: {{ my_object.download_url() }}