{% extends viewType %} {% block content %}

{{ heading }}

{{ instructions }}

{% csrf_token %} {{ signalform.as_p}} {{ form.as_p }}
{% if testdone %} Testing the signal handling resulted in the following:

{% if matched %} Pattern matched the signal {% else %} Pattern did not match the signal {% endif %}

{% if parsed %} The following variables was parsed:

    {% for p in parsed %}
  1. {{ p }}
  2. {% endfor %}
{% else %} No variables was parsed {% endif %} {% endif %} {% endblock %}