{% extends "base.html" %} {% block title %}{{ 'Edit Note' if note else 'Create Note' }} - Notes{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

{{ 'Edit Note' if note else 'Create Note' }}

Comma-separated tags for categorization
Tip: You can paste images directly. Large images will be automatically saved as attachments.
{% if device_id or site_code %}

Associations

{% if device_id %}
Will be linked to Device ID: {{ device_id }}
{% endif %} {% if site_code %}
Will be linked to Site: {{ site_code }}
{% endif %}
{% endif %}
Cancel
{% endblock %}