{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}
Name | Linked User Count / User Count (%) |
---|---|
{{r.name}} | {{r.linked_user_count}} / {{r.user_count}} {%- if r.user_count %} ({{ "%0.0f%%" % (100 * r.linked_user_count / r.user_count) }}){% endif -%} |
Total: | {{total_linked_user_count}} / {{total_user_count}} {%- if total_user_count %} ({{ "%0.0f%%" % (100 * total_linked_user_count / total_user_count) }}){% endif -%} |