{% extends "Includes/layout.html.twig" %} {% block body %}
{# data-tables options #}

{{ 'List of'|trans }} Services Health

{# data-tables #}
{{ 'Status'|trans }}
{{ 'Title'|trans }}
{{ 'Description'|trans }}
{{ 'Active'|trans }}
{{ 'Should be empty'|trans }}
{# #}
{# Status #}
{# Title #}
<% serviceHealth.title %>
{# Description #}
<% serviceHealth.description %>
{# Activated #}
{# Should be empty #}
{# Update & see more#}
{###################### INNER DATA-TABLE ROW ######################}
{# Form for adding / edit #}

{% endblock %} {% block specificJS %} {{ encore_entry_script_tags('admin-service-health') }} {% endblock %}