{% extends "dashboard/main.html" %} {% block content %}
{% if is_admin %} {% endif %}
{% for record in times %} {% for a in access %} {% if record.endpoint == a.endpoint %} {% endif %} {% endfor %} {% endfor %}
Color Endpoint Hits Last accessed Average execution time (in ms)
{{ record.endpoint }} {{ record.count }}{{ "{:%Y-%m-%d %H:%M:%S }".format(a.last_accessed) if a.last_accessed }}{{ ((record.average*10)|round)/10 }} Details
{% endblock %}