{% extends "admin/base.html" %} {% block title %}Elastic Search {{ super() }}{% endblock %} {% block content %}
{{ mapping|dictsort|pprint }}
{{ health|pprint }}
{{ state|pprint }}
{{ nodes|pprint }}