{% extends "layout_notes.html" %} {% block title %} Attach note | {{ topic_map.name }} {% endblock %} {% block content %}

{{ topic_map.name }} Attach note


{% if error|bitwise_and(1) == 1 %} A topic with this identifier doesn't exist. Please provide an identifier for an existing topic. {% endif %}
{{ note_text|safe }}

Advanced options

Cancel

{% endblock %}