{# One-time system messages called Flash messages #}
{% block flash_messages %}
{%- with messages = get_flashed_messages(with_categories=true) -%}
{% if messages %}
{% for category, message in messages %}
{% set msgclass = category %}
{% if msgclass=='error' %}
{% set msgclass='danger' %}
{% endif %}
{% endfor %}
{% endif %}
{%- endwith %}
{% endblock %}
{% block main %}{% block content %}{% endblock %}{% endblock %}
{% endblock %}
& drag |
Move/pan the graph |
Double |
Reset zoom |
Shift + |
Zoom to section |
Shift + (scrollwheel) |
Zoom in/out |
Shift + (pinch) |
Zoom in/out |
Alt + |
Annotate section |
on Pattern |
Create annotation from pattern |
on Annotation |
Edit annotation |
{% block js %}{% endblock %}