diff --git a/app/templates/views/templates/choose.html b/app/templates/views/templates/choose.html index db0851de4..6a536c8ca 100644 --- a/app/templates/views/templates/choose.html +++ b/app/templates/views/templates/choose.html @@ -21,25 +21,19 @@
+ +
+ {% if current_user.has_permissions('manage_templates') %} You need a template before you can send - {% if 'letter' in current_service.permissions %} - emails, text messages or letters - {%- else -%} - emails or text messages - {%- endif %}. -
- {% else %} -- You need to ask your service manager to add templates before you can send - {% if 'letter' in current_service.permissions %} - emails, text messages or letters - {%- else -%} - emails or text messages - {%- endif %}. -
- {% endif %} + {% else %} + You need to ask your service manager to add templates before you can send + {% endif %} + {% if 'letter' in current_service.permissions %} + emails, text messages or letters + {%- else -%} + emails or text messages + {%- endif %}. + {% else %}