{% extends "base.html" %} {% import "protocol_" + service.protocol + ".html" as protocol_macros %} {% block title %}{{ service.name }}{% endblock %} {% block subtitle %}{% trans %}service details{% endtrans %}{% endblock %} {% block content %}
{% trans %}Service name{% endtrans %}
{{ service.name }}
{% trans %}Description{% endtrans %}
{{ service.description }}
{% trans %}UUID{% endtrans %}
{{ service.uuid }}
{{ protocol_macros.describe(service) }}
{% endblock %} {% block actions %} {% trans %}View profiles{% endtrans %} {% trans %}Edit this service{% endtrans %} {% trans %}Delete this service{% endtrans %} {% endblock %}