{% extends "dashboard/main.html" %} {% block content %}
Summary of endpoint

{% if url %} {% endif %}
Endpoint {{ rule.endpoint }}
Added since app version {{ rule.version_added }}
Date added to app {{ "{:%Y-%m-%d %H:%M:%S }".format(rule.time_added) }}
Link to endpoint {{ url }}
Last accessed {{ "{:%Y-%m-%d %H:%M:%S }".format(rule.last_accessed) }}
Graphs
{% endblock %}