{% extends "lingo/invoicing/manager_pool_detail.html" %} {% load i18n gadjo %} {% block breadcrumb %} {{ block.super }} {% trans "Delete" %} {% endblock %} {% block appbar %}

{% trans "Delete" %}

{% endblock %} {% block content %}
{% csrf_token %}

{% trans "Are you sure you want to delete this final pool ?" %}

{% trans "Invoices are already numbered, if the pool is deleted, invoices will be kept and cancelled." %}

{{ form|with_template }}
{% trans 'Cancel' %}
{% endblock %}