[% END %]
[% FOREACH lang_lis IN lang_list %]
<optgroup label="[% lang_lis.language | html %]">
[% FOREACH location IN [ '', 'OpacNavRight', 'opacheader', 'OpacMainUserBlock' ] %]
[% FOREACH location IN [ '', 'OpacNavRight', 'opacheader', 'OpacMainUserBlock', 'SelfRegistrationHead' ] %]
[% IF ( location == '' ) %]
[% SET location_lang = lang_lis.language %]
[% location = BLOCK %]OPAC news[% END %]
[% USE Branches %]
[% USE KohaDates %]
[% USE Math %]
[% USE KohaNews %]
[% SET SelfRegistrationHead = KohaNews.get( location => "SelfRegistrationHead", lang => lang, library => branchcode ) %]
[% SET userupdateview = 1 %]
[% BLOCK streetnumber %]
[% UNLESS hidden.defined('streetnumber') %]
<div id="add-account">
[% IF ( SelfRegistrationHead ) && action != 'edit' %]
<div id="selfregistrationheader">
[% PROCESS koha_news_block news => SelfRegistrationHead %]
</div>
[% IF action == 'edit' %]
[% UNLESS OPACPatronDetails %]
<div class="alert alert-info">To make changes to your record please contact the library.</div>
-