Registracija i prijavljivanje izlaganja

<%= locale en => 'Thank you. Your proposal has been submitted successfully!', hr => 'Registracija je uspješno poslana!' %>

<%= locale en => 'Registration number:', hr => 'Broj registracije: ' %> {{registration.id}} <%= locale en => 'timestamp', hr => 'datum' %> {{registration._id | registration_date_time}}

{{user.firstname}} {{user.surname}}
{{user.organization}}
<%= locale en => 'Please read registration fee payment instructions', hr => 'Molimo pročitajte upute za plaćanje kotizacije.' %>

<%= locale en => 'Please send proof of payment of registration fee to the following address:', hr => 'Potvrdu o plaćenoj kotizaciji molimo pošaljite na adresu' %> drzb@ffzg.hr
% if ( $lang =~ m/-dev/ ) {
user={{user}}

$routeParams={{$routeParams}}

{{RegistrationForm.$valid}}
{{RegistrationForm.$error}}

location={{$location}}

% }