{% extends "popup.html"%} {% load noctags %} {% block content %}

Test Event

Event ID: {% if not_found %} Event not found!!! {% else %} {% if result %}{{result|bool_icon}} Matched {% endif %} {% endif %}
{% if r %}
{% for s, k, v, pk, pv in r %} {% endfor %}
KeyValueKey REValue RE
{{k}}
{{v}}
{{pk}}
{{pv}}
{% if rv %}
Extracted variables: {% for k, v in rv.items %} {% endfor %}
{{k}}{{v}}
{% endif %} {% endif %} {% endblock %}