{% 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' %}

{% trans "Are your sure you want to remove this service ?" %} : {{ userservice.name|service_readable }}
{% csrf_token %}
{% endblock %}