{% extends "../../xhr.html" %} {% block content %}

Example values

{% for plan in plans %}
{{plan.title.title()}} values
Executed:
{{plan.exec_count}} times
Average filter ratio:
{{round(plan.filter_ratio * 100, 2) }}%
Example plan:
{{plan.query}}
{{plan.plan}}
{% end %}
{% end %}