{% extends "base.html" %} {% block content %}
Query
{{expr}}
Range
{{range_input}}
End
{{end_input}}
Step
{{step_input}}
    {% for shard in shard_list|dictsort:'name' %}
  • {% endfor %}
{% endblock %}