2019-11-02 17:53:27 +01:00
|
|
|
{include file="admin/_head.tpl" title="Supprimer un client — %s"|args:$plugin.nom current="plugin_%s"|args:$plugin.id js=0}
|
|
|
|
{include file="%s/templates/_menu_client.tpl"|args:$plugin_root current="client_supprimer"}
|
|
|
|
|
|
|
|
{if !$deletable}
|
2021-12-17 12:38:58 +01:00
|
|
|
<p class="error block">Ce/cette client·e ne peut pas être supprimé·e car des documents lui y sont liés.</p>
|
|
|
|
{else}
|
2019-11-02 17:53:27 +01:00
|
|
|
|
2021-12-17 12:38:58 +01:00
|
|
|
{include file="common/delete_form.tpl"
|
|
|
|
legend="Supprimer ce client ?"
|
|
|
|
warning="Êtes-vous sûr de vouloir supprimer le client « %s » ?"|args:$client.nom
|
|
|
|
alert="Attention, cette action est irréversible."}
|
2019-11-02 17:53:27 +01:00
|
|
|
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{include file="admin/_foot.tpl"}
|