Letters / alert system, continuing...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / members / deletemem.tmpl
1 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
2
3 <div id="mainbloc">
4         <div id="bloc25">
5         <h2 class="members">Deletion impossible</h2>
6                 <!-- TMPL_IF name="ItemsOnIssues" -->
7                         <p>Borrower has <!-- TMPL_VAR name="ItemsOnIssues" --> item(s) on issue</p>
8                 <!-- /TMPL_IF -->
9                 <!-- TMPL_IF name="charges -->
10                         <p>Borrower has <!-- TMPL_VAR name="charges" --> debt</p>
11                 <!-- /TMPL_IF -->
12                 <!-- TMPL_IF name="guarantees" -->
13                         <p>Borrower has guarantees</p>
14                 <!-- /TMPL_IF -->
15         </div>
16 </div>
17 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->