{% extends "layout.html" %} {% block title %}User Summary{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ form.from_date }} {{ form.to_date }}
{%- for h, url in headers %} {% endfor -%} {%- for r in query %} {% endfor %}
{{h}} {%- if sort == loop.index0 %} {%- if desc and desc == 1 %} {% else %} {% endif -%} {% endif -%}
{{loop.index}}. {{r.name}} {{r.linked_user_count}} / {{r.user_count}} {%- if r.user_count %} ({{ "%0.0f%%" % (100 * r.linked_user_count / r.user_count if r.linked_user_count else 0.0) }}){% endif -%}
{% endblock %}