{% extends "default.html" %} {% block title %}{{ app.name }} | Echo Tracker{% endblock %} {% block content %} {{ app.name }} {% if session.get("username") == app.owner_name %} Manage endpoints {% endif %} Interval duration (minutes) Time period (minutes) Change {% for endpoint in app.endpoints %} {{ endpoint.name }} {{ endpoint.comment }} {% for slice in slices %} {% if not slice %} {% elif is_ok(slice) %} {% else %} {% endif %} {% endfor %} {% endfor %} {% endblock %}
{{ endpoint.comment }}