Lines 211-216
legend.collapsed i.fa.fa-caret-down::before {
Link Here
|
211 |
[% IF ( ERROR_child_no_guarantor ) %] |
211 |
[% IF ( ERROR_child_no_guarantor ) %] |
212 |
<li id="ERROR_child_no_guarantor">A child patron needs a guarantor.</li> |
212 |
<li id="ERROR_child_no_guarantor">A child patron needs a guarantor.</li> |
213 |
[% END %] |
213 |
[% END %] |
|
|
214 |
[% IF ( ERROR_child_is_guarantor ) %] |
215 |
<li id="ERROR_child_is_guarantor">Child patron cannot be a guarantor.</li> |
216 |
[% END %] |
214 |
[% IF ( ERROR_guarantor_is_guarantee ) %] |
217 |
[% IF ( ERROR_guarantor_is_guarantee ) %] |
215 |
<li id="ERROR_guarantor_is_guarantee">A guarantor cannot be a guarantee.</li> |
218 |
<li id="ERROR_guarantor_is_guarantee">A guarantor cannot be a guarantee.</li> |
216 |
[% END %] |
219 |
[% END %] |