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

Shynet

Dashboard


{% for service in user.owning_services.all %} {% include 'core/includes/service_overview.html' %} {% empty %}

You don't have any services.

{% endfor %} {% endblock %}