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

{{ topic.first_base_name.name }} Upload image


{% if error|bitwise_and(2) == 2 %} No file part. {% endif %} {% if error|bitwise_and(4) == 4 %} No file selected. {% endif %} {% if error|bitwise_and(8) == 8 %} Unsupported file type; that is, not of type PNG, JPG or GIF. {% endif %}

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

Cancel

{% endblock %}