{% extends "base.html" %} {% block title %}Options | Create {{ creating }}{% endblock %} {% block heading %}Create {{ creating }}{% endblock %} {% block pageid %}userprofile{% endblock %} {% block content %} {{ explanation }}
{% if creating == 'Notification' %}NOTE: For the label query, label names can be combined with binary AND: '&' or ','; or binary OR: '|'. For N labels, there must be exactly N-1 binary operators. (Parentheses are not allowed.) Additionally, any of the labels in a query string can be negated with '~' or '-'. Labels can either be selected with the select box at the top, or a query can be specified, but not both.
{% endif %} {% endblock %}