code from amapei
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
::use 'design.mtt'::
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="article">
|
||||
<h2>::_("Subscription payment of"):: ::member.getCoupleName()::</h2>
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<th>::_("Period")::</th>
|
||||
<th>::_("Subscription payment date")::</th>
|
||||
<th>Actions</th>
|
||||
</tr>
|
||||
::foreach m memberships::
|
||||
<tr>
|
||||
<td>::user._amap.getPeriodNameFromYear(m.year)::</td>
|
||||
<td>::hDate(m.date)::</td>
|
||||
<td>
|
||||
$$delete(::_("Delete")::,/membership/delete/::member.id::/::m.year::?token=::token::)
|
||||
</td>
|
||||
</tr>
|
||||
::end::
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="article">
|
||||
<h2>::_("Key-in a subscription payment")::</h2>
|
||||
::raw form::
|
||||
</div>
|
||||
</div>
|
||||
|
||||
::end::
|
||||
Reference in New Issue
Block a user