You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notifications/templates/email/local_units/local_unit.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,43 +9,43 @@ <h3>Dear {{full_name}}</h3>
9
9
<tr>
10
10
{% if new_local_unit %}
11
11
<tdalign="center" class="pb-30">
12
-
A new local unit has been added and is awaiting your validation. Kindly review the information and validate or delete as necessary.
12
+
A new local unit "{{local_branch_name}}" has been added and is awaiting your validation. Kindly review the information and validate or delete as necessary.
13
13
</td>
14
14
{% endif %}
15
15
16
16
{% if update_local_unit %}
17
17
<tdalign="center" class="pb-30">
18
-
The local unit has been updated and is awaiting your validation. Kindly review the information and validate or delete as necessary.
18
+
The local unit "{{local_branch_name}}" has been updated and is awaiting your validation. Kindly review the information and validate or delete as necessary.
19
19
</td>
20
20
{% endif %}
21
21
22
22
{% if validate_success %}
23
23
<tdalign="center" class="pb-30">
24
-
Your request for the local unit has been successfully validated. The local unit is now visible and marked as validated.
24
+
Your request for the local unit "{{local_branch_name}}" has been successfully validated. The local unit is now visible and marked as validated.
25
25
</td>
26
26
{% endif %}
27
27
28
28
{% if revert_reason %}
29
29
<tdalign="center" class="pb-30">
30
-
Your local unit has been reverted. {{revert_reason}}. Please review and resubmit if applicable.
30
+
Your local unit "{{local_branch_name}}" has been reverted. {{revert_reason}}. Please review and resubmit if applicable.
31
31
</td>
32
32
{% endif %}
33
33
34
34
{% if deprecate_local_unit %}
35
35
<tdalign="center" class="pb-30">
36
-
Your local unit has been deprecated. {{deprecate_reason}}. Please contact the administrator for more information.
36
+
Your local unit "{{local_branch_name}}" has been deprecated. {{deprecate_reason}}. Please contact the administrator for more information.
37
37
</td>
38
38
{% endif %}
39
39
40
40
{% if is_validator_regional_admin %}
41
41
<tdalign="center" class="pb-30">
42
-
The new local unit has been pending validation for over 14 days. Kindly review and validate or delete as necessary.
42
+
The new local unit "{{local_branch_name}}" has been pending validation for over 14 days. Kindly review and validate or delete as necessary.
43
43
</td>
44
44
{% endif %}
45
45
46
46
{% if is_validator_global_admin %}
47
47
<tdalign="center" class="pb-30">
48
-
The new local unit has been pending validation for over 28 days and requires your attention. Please review and validate
48
+
The new local unit "{{local_branch_name}}" has been pending validation for over 28 days and requires your attention. Please review and validate
0 commit comments