3 <h1>[% 'No default currency' | $T8 %]</h1>
5 <form name="Form" method="post" action="login.pl">
6 <input type="hidden" name="action" value="login">
8 <p>[% 'You have never worked with currencies.' | $T8 %]</p>
9 <p>[% 'That is why kivitendo could not find a default currency.' | $T8 %]</p>
10 <p>[% 'From this version on it is necessary to name a default value.' | $T8 %]</p>
11 <p>[% 'Please enter the currency you are working with.' | $T8 %]</p>
13 <input name="defaultcurrency" value="EUR">
14 <input type="submit" value="[% 'Continue' | $T8 %]">