{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Query Builder Help{% endblock %} {% block content %}

Transformations

{% for fname, f in function_dict|sort %}

{{ fname }}

{{ f }}

{% endfor %}
{% include "footer.html" %} {% endblock %}