Lines 67-75
Link Here
|
67 |
<input type="radio" name="check_[% consent_type | html %]" value="0" /> No |
67 |
<input type="radio" name="check_[% consent_type | html %]" value="0" /> No |
68 |
[% END %] |
68 |
[% END %] |
69 |
[% IF consent.given_on %] |
69 |
[% IF consent.given_on %] |
70 |
<p class="consent_info"><strong>Your consent was registered on [% consent.given_on | html %].</strong></p> |
70 |
<p class="consent_info" role="status"><strong>Your consent was registered on [% consent.given_on | html %].</strong></p> |
71 |
[% ELSIF consent.refused_on %] |
71 |
[% ELSIF consent.refused_on %] |
72 |
<p class="dissent_info"><strong>We registered that you did not consent on [% consent.refused_on | html %].</strong></p> |
72 |
<p class="dissent_info" role="status"><strong>We registered that you did not consent on [% consent.refused_on | html %].</strong></p> |
73 |
[% END %] |
73 |
[% END %] |
74 |
</fieldset> |
74 |
</fieldset> |
75 |
[% END %] |
75 |
[% END %] |
76 |
- |
|
|