facturation/templates/client_supprimer.tpl

15 lines
625 B
Smarty
Raw Normal View History

{include file="_head.tpl" title="Supprimer un client — %s"|args:$plugin.name current="plugin_%s"|args:$plugin.id js=0}
2019-11-02 17:53:27 +01:00
{include file="%s/templates/_menu_client.tpl"|args:$plugin_root current="client_supprimer"}
{if !$deletable}
<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
{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}
2023-08-01 22:56:38 +02:00
{include file="_foot.tpl"}