{% extends "base_.html" %} {% load tags %} {% block initializer %} {% endblock %} {% block title %} El Jefe - Events {% endblock %} {% block content %}

Search Events

{% csrf_token %}
{% for type, inputs in fields.items %} {% endfor %} {% for type, inputs in fields.items %} {% for input in inputs %} {% if input.type == 'FloatField' or input.type == 'DateTimeField' %} {% ifequal input.name 'event_timestamp' %} {% else %} {% endifequal %} {% elif input.type == 'event' %} {% else %} {% endif %} {% endfor %} {% endfor %}
{% if sessid %}
{% endif %}
{% csrf_token %}
{% endblock %} {% block sidebar %} {% endblock sidebar %} {% block quick_links %} {% endblock %}