|
1 | 1 | <template> |
2 | | - <v-col v-if=" |
3 | | - certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Active' || |
4 | | - (certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Expired' && |
5 | | - !certificationStore.expiredMoreThan5Years(applicationStore.draftApplication.fromCertificate)) |
6 | | - " cols="12"> |
| 2 | + <v-col |
| 3 | + v-if=" |
| 4 | + certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Active' || |
| 5 | + (certificationStore.certificateStatus(applicationStore.draftApplication.fromCertificate) == 'Expired' && |
| 6 | + !certificationStore.expiredMoreThan5Years(applicationStore.draftApplication.fromCertificate)) |
| 7 | + " |
| 8 | + cols="12" |
| 9 | + > |
7 | 10 | <Alert title="Do you have 500 hours of supervised work experience?"> |
8 | 11 | You should |
9 | | - <a class="cursor-pointer text-decoration-underline" @click=" |
10 | | - applicationStore.draftApplication.certificationTypes = ['FiveYears']; |
11 | | - applicationStore.draftApplication.applicationType = 'New'; |
12 | | - "> |
| 12 | + <a |
| 13 | + class="cursor-pointer text-decoration-underline" |
| 14 | + @click=" |
| 15 | + applicationStore.draftApplication.certificationTypes = ['FiveYears']; |
| 16 | + applicationStore.draftApplication.applicationType = 'New'; |
| 17 | + " |
| 18 | + > |
13 | 19 | apply for ECE Five Year certification |
14 | 20 | </a> |
15 | 21 | if you have completed 500 hours of work experience. |
|
27 | 33 | <ul class="ml-10"> |
28 | 34 | <li>You can only renew this certificate once</li> |
29 | 35 | <li>You cannot renew an ECE One Year Certificate if it has been expired for more than 5 years</li> |
30 | | - <li>After you renew you’ll only be able to apply for an ECE Five Year certificate or an ECE Assistant |
31 | | - certificate</li> |
| 36 | + <li>After you renew you’ll only be able to apply for an ECE Five Year certificate or an ECE Assistant certificate</li> |
32 | 37 | </ul> |
33 | 38 | </div> |
34 | 39 | </v-col> |
35 | 40 | <v-col cols="12"> |
36 | 41 | <ECEHeader title="Reason why you're renewing your ECE One Year certification" /> |
37 | 42 | <div class="d-flex flex-column ga-3 my-6"> |
38 | 43 | <p> |
39 | | - You will need to provide a reason for why you were unable to complete the required 500 hours of supervised work |
40 | | - experience during the term of your ECE |
41 | | - One Year Certificate and/or why you were unable to provide a reference from the certified ECE who supervised the |
42 | | - hours. |
| 44 | + You will need to provide a reason for why you were unable to complete the required 500 hours of supervised work experience during the term of your ECE |
| 45 | + One Year Certificate and/or why you were unable to provide a reference from the certified ECE who supervised the hours. |
43 | 46 | </p> |
44 | 47 | <p> |
45 | 48 | If you've completed 500 hours, you should apply for |
46 | | - <a class="cursor-pointer text-decoration-underline" @click=" |
47 | | - applicationStore.draftApplication.certificationTypes = ['FiveYears']; |
48 | | - applicationStore.draftApplication.applicationType = 'New'; |
49 | | - "> |
| 49 | + <a |
| 50 | + class="cursor-pointer text-decoration-underline" |
| 51 | + @click=" |
| 52 | + applicationStore.draftApplication.certificationTypes = ['FiveYears']; |
| 53 | + applicationStore.draftApplication.applicationType = 'New'; |
| 54 | + " |
| 55 | + > |
50 | 56 | ECE Five Year certification |
51 | 57 | </a> |
52 | 58 | instead. |
|
56 | 62 | <v-col cols="12"> |
57 | 63 | <ECEHeader title="Character reference" /> |
58 | 64 | <div class="d-flex flex-column ga-3 my-6"> |
59 | | - <p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later |
60 | | - after you submit your application.</p> |
| 65 | + <p>You will need to provide a character reference. You'll enter their name and email. We'll contact them later after you submit your application.</p> |
61 | 66 | <p>The reference must be someone who:</p> |
62 | 67 | <ul class="ml-10"> |
63 | 68 | <li>Can speak to your character</li> |
|
73 | 78 | <ECEHeader title="Work experience" /> |
74 | 79 | <div class="d-flex flex-column ga-3 my-6"> |
75 | 80 | <p> |
76 | | - You need to have completed 400 hours of work experience and be able to provide references to verify the hours. |
77 | | - If you worked at multiple locations, you |
| 81 | + You need to have completed 400 hours of work experience and be able to provide references to verify the hours. If you worked at multiple locations, you |
78 | 82 | can provide multiple references. |
79 | 83 | </p> |
80 | 84 | <p>The hours must:</p> |
|
0 commit comments