{%- from "_snippets.html" import await_job with context -%} {%- from "_snippets.html" import data_box with context -%} {%- from "_snippets.html" import pair_data_box with context -%} {%- from "_snippets.html" import line_box with context -%} {%- from "_snippets.html" import country_code_item with context -%} {%- from "_snippets.html" import big_period_buttons with context -%} {%- from "_snippets.html" import request_missing_resources with context -%} {% extends "layout.html" %} {% block body %}

{{ active_params["password"] }}

{{ big_period_buttons(resource_names, periods, active_params) }}
{{ line_box("selected_password_by_usages_graph", "Password usage during the time", resources["selected_password_by_usages_graph"], "bucket", "count", "IPs") }}
{{ data_box("logins_of_password_by_usages_list", "Password's top usernames", resources["logins_of_password_by_usages_list"], "username") }}
{{ request_missing_resources(resource_names, resources, active_params) }} {% endblock %}