Files
notifications-admin/app/templates/support-tickets/support-ticket.txt
T

6 lines
177 B
Plaintext
Raw Normal View History

2022-06-07 13:44:58 +01:00
{{ content }}
{% if current_service -%}
Service: "{{ current_service.name }}"
2022-06-07 13:46:02 +01:00
{{ url_for('main.service_dashboard', service_id=current_service.id, _external=True) }}
2022-06-07 13:44:58 +01:00
{% endif %}