{% extends "isitup/base.html" %} {% block title %}Your Services{% endblock %} {% block content %}

Your services

{% if object_list %}

The following are the services you are currently monitoring. Click on one to edit it or turn it off or on.

{% for service in object_list %} {% endfor %}
ServiceURLUp?Last checked
{{service.title}}{{service.host}}{% if service.path %}{{service.path}}{% endif %}{{service.up}}{{service.last_checked}}

 Add more

{% else %}

You do not currently have any services. Add one now

{% endif %}
{% endblock %}