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 %}
|