1 | <tal:only_email condition = "not: view/password" i18n:domain="waeup.ikoba"> |
---|
2 | <p tal:condition = "view/email"> |
---|
3 | <span i18n:translate=""> An email with your user name and password |
---|
4 | has been sent to |
---|
5 | </span> |
---|
6 | <span tal:replace="view/email">user@foo.baz</span>. |
---|
7 | </p> |
---|
8 | <p tal:condition = "view/email" i18n:translate=""> |
---|
9 | Please check your email account to proceed. |
---|
10 | </p> |
---|
11 | <p tal:condition = "not: view/email" i18n:translate=""> |
---|
12 | Email could not been sent. Please retry later. |
---|
13 | </p> |
---|
14 | <p i18n:translate=""> |
---|
15 | Thanks for using Ikoba! |
---|
16 | </p> |
---|
17 | </tal:only_email> |
---|
18 | |
---|
19 | <tal:credentials condition = "view/password" i18n:domain="waeup.ikoba"> |
---|
20 | <h3 i18n:translate="">Your login credentials are:</h3> |
---|
21 | <table class="bordered-table span6"> |
---|
22 | <tr> |
---|
23 | <td i18n:translate="">User Name:</td> |
---|
24 | <td tal:content="view/applicant_id">ID</td> |
---|
25 | <tr> |
---|
26 | <tr> |
---|
27 | <td i18n:translate="">Password:</td> |
---|
28 | <td tal:content="view/password">PASSWORD</td> |
---|
29 | <tr> |
---|
30 | </table> |
---|
31 | <p> |
---|
32 | <span i18n:translate="">Print this page and proceed to the</span> |
---|
33 | <a tal:attributes="href python: view.url(layout.site, 'login')">login form</a>. |
---|
34 | <span i18n:translate="">Please note that passwords are case-sensitive, |
---|
35 | <br />when entering your credentials, and keep your password secret! |
---|
36 | </span> |
---|
37 | </p> |
---|
38 | <p tal:condition = "view/email"> |
---|
39 | <span i18n:translate=""> An email with your user name and password |
---|
40 | has been sent to |
---|
41 | </span> |
---|
42 | <span tal:replace="view/email">user@foo.baz</span>. |
---|
43 | </p> |
---|
44 | <p i18n:translate=""> |
---|
45 | Thanks for using Ikoba! |
---|
46 | </p> |
---|
47 | </tal:credentials> |
---|