{% extends "base.html" %} {% load static %} {% load i18n %} {% load django_th_extras %} {% block title %}{% trans "My Services" %} - {{ user.username }}{% endblock %} {% block content %}

{% trans 'Deletion of your service' %} {{ userservice.name|service_readable }}

{% blocktrans %} Are you sure you want to remove this service ?

Be careful, If you reply Yes, all the related triggers will be deleted too {% endblocktrans %}
{% csrf_token %}
{% endblock %}