{% extends "base.html" %} {%block title%}Falcon-Dashboard{%endblock%} {% block more_head %} {{super()}} {% endblock %} {%block body_head%} {%endblock%} {%block navbar%} {%include "navbar.html"%} {%endblock%} {% block container %}
{% block main_section%}
{{_('search endpoints')}}

{{_('using SPACE to separate keywords')}}

¦

{{_('using SHIFT to continue select')}}
{%for obj in endpoint_objs%} {%endfor%}
{{obj['endpoint']}}
{%endblock%} {% block right_section%}
{{_('search counters')}}

{{_('using SPACE to separate keywords')}}

Counters {{_('type')}} {{_('step')}}
{% endblock %}
{% endblock %}