|
Lines 101-107
Link Here
|
| 101 |
<td> [% subscription.notes | html | html_line_break %] |
101 |
<td> [% subscription.notes | html | html_line_break %] |
| 102 |
[% UNLESS subscription.closed %] |
102 |
[% UNLESS subscription.closed %] |
| 103 |
[% IF ( subscription.subscriptionexpired ) %] |
103 |
[% IF ( subscription.subscriptionexpired ) %] |
| 104 |
<br /><span class="problem"> Subscription expired</span> |
104 |
<p class="problem"><i class="fa fa-exclamation-circle problem" aria-hidden="true"></i> Subscription expired</p> |
| 105 |
[% END %] |
105 |
[% END %] |
| 106 |
[% ELSE %] |
106 |
[% ELSE %] |
| 107 |
<br /> Subscription closed |
107 |
<br /> Subscription closed |
| 108 |
- |
|
|