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

{{ topic_map.name }} Add note


{% if error|bitwise_and(2) == 2 %} Please provide a note text. {% endif %}

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

Cancel

{% endblock %}