{% extends "base.html" %} {% set active_page = "download" %} {% block content %}

Image name: {{ imagename }}



Uploading Information

File Name Uploader Uploading Time
{{uploadname}} {{uploaduser}} {{uploadtime}}

Directions for use

Subscribing topics Publishing topics Advertising services Advertising actions
{% for stopic in subscribed_topics %}
  • {{stopic}}
  • {% endfor %}
    {% for ptopic in published_topics %}
  • {{ptopic}}
  • {% endfor %}
    {% for service in advertised_services %}
  • {{service}}
  • {% endfor %}
    {% for action in advertised_actions %}
  • {{action}}
  • {% endfor %}

    Functional description

    {{comments}}


    {% endblock %}