{% extends "layout_1_column.html" %} {% block title %} {{ topic.first_base_name.name }} | {{ topic_map.name }} {% endblock %} {% block javascript %} {% if error %} {% endif %} {% endblock %} {% block content %}

{{ topic.identifier|topic_name(topic_map.identifier) }} Upload 3D scene


{% if error|bitwise_and(2) == 2 %} No file part. {% endif %} {% if error|bitwise_and(4) == 4 %} No file selected. {% endif %}

Advanced options
{% if error|bitwise_and(8) == 8 %} A scope with this identifier doesn't exist. Please provide an identifier for an existing scope. {% endif %}

Cancel

{% endblock %}