Files
notifications-admin/app/templates/support-tickets/branding-request.txt

15 lines
435 B
Plaintext
Raw Normal View History

Organisation: {% if current_service.organisation -%}
{{ current_service.organisation.name }}
{%- else -%}
Cant tell (domain is {{ current_user.email_domain }})
{%- endif %}
Service: {{ current_service.name }}
{{ url_for('main.service_dashboard', service_id=current_service.id, _external=True) }}
---
Current branding: {{ current_branding }}
Branding requested: {{ branding_requested }}
{% if detail %}
{{ detail }}
{% endif %}