{% extends "service/master.html"%} {% block title %}{{ project.title }} - Services - List{% endblock %} {% block content %}
Here are all the services of {{ project.title }}.
| Service name | Type | Actions |
|---|---|---|
| {{ service.name }} | {{ service.plugin.name }} |
{% if canDeleteService %}
|
There are no services for this project at this time.
{% endif %} {% if canCreateService %}