{# highlight_edit_select.html #} {% extends "base.html" %} {% block content %} {% include "query_nav.html" %}
Text | Colour number (0-{{ N_CSS_HIGHLIGHT_CLASSES|add:"-1" }}) | Delete highlight | Active? | Activate this one | Deactivate this one |
---|---|---|---|---|---|
{{ highlight.text }} | {{ highlight.colour }} | {% if highlight.active %}{% endif %} {{ highlight.active|yesno }} {% if highlight.active %}{% endif %} | {% if highlight.active %} (activated) {% else %} {% endif %} | {% if highlight.active %} {% else %} (deactivated) {% endif %} |