{% extends "base.html" %} {% load static %} {% load url from future %} {% load i18n %} {% load django_th_extras %} {% block title %}{% trans "My Triggers" %} - {{ user.username }} - {{ current_site.name }}{% endblock %} {% block content %}

{% trans 'Deletion of your service' %}

{% trans "Are your sure you want to remove this trigger ?" %} : {{ triggerservice.description }}
{% csrf_token %}
{% endblock %}