{% extends "layout_notes.html" %} {% block title %} Convert note | {{ topic_map.name }} {% endblock %} {% block javascript %} {% if error %} {% endif %} {% endblock %} {% block content %}

{{ topic_map.name }} Convert note


{% if error|bitwise_and(2) == 2 %} A topic with this identifier already exists. Please provide a different topic identifier. {% endif %}

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

Cancel

{% endblock %}