{% extends 'ftp_deploy/base.html' %} {% block title %}

Services Dashboard

{% endblock title %} {% block content %}
{% include "ftp_deploy/menu.html" with filter='services' %}
{% include "ftp_deploy/service/list.html" %}
{% include "ftp_deploy/pagination.html" %} {% endblock content %}