{% if not object.finalized and not has_running_pool and not has_real_pool %}
{% trans "Delete" %}{% trans "Edit" %}
{% endif %}
{% endblock %}
{% block content %}
{% trans "Label:" %} {{ object.label }}
{% trans "Start date:" %} {{ object.date_start|date:'d/m/Y' }}
{% trans "End date:" %} {{ object.date_end|date:'d/m/Y' }}
{% trans "Integrate injected lines:" %} {{ object.get_injected_lines_display }}