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