{% extends "dashboard.html" %} {% block content %}

Loading services...

{% for service in services %} {% endfor %} TZ:
Select All Service name Type Method Created Last Update Actions
 {{ service["id"] }} {% if service['is_draft'] %} Draft {% else %} Online {% endif %} {{ service["method"] }} {{ service['creation_date'].astimezone().isoformat() }} {{ service['last_update'].astimezone().isoformat() }}
{% if not is_readonly %} {% endif %} {% endblock %}