{% extends "fmd_base.html" %} {% block content %} {% block subcontent %}

{{ title }}

{% for record in result %} {% endfor %}
Number of hits Median execution time (ms)
Endpoint Today Last 7 days Overall Today Last 7 days Overall Last accessed
{{ record.name }} {{ "{:,d}".format(record['hits-today']) }} {{ "{:,d}".format(record['hits-week']) }} {{ "{:,d}".format(record['hits-overall']) }} {{ "{:,.1f}".format(record['median-today']) }} {{ "{:,.1f}".format(record['median-week']) }} {{ "{:,.1f}".format(record['median-overall']) }} {{ "{:%Y-%m-%d %H:%M:%S }".format(record['last-accessed']) }}
{% if is_admin %}

Export data

{% endif %} {% endblock %} {% endblock %} {% block script %} {% endblock %}