mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
15 lines
435 B
Plaintext
15 lines
435 B
Plaintext
Organization: {% if current_service.organization -%}
|
||
{{ current_service.organization.name }}
|
||
{%- else -%}
|
||
Can’t 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 %}
|