{% extends 'base.html' %} {% block content %}

Service catalog

{% for service in services %} {% endfor %}
Name Description Operations Actions
{{ service.name }} {{ service.description }} {{ service.operation_set.all | length }} Edit Delete
{% endblock %}