Ubuntu
{% extends '@Installation/layout.twig' %}
{% block content %}
{{ 'Installation_Tables'|translate }}
{% if someTablesInstalled is defined %}
{{ 'Installation_TablesWithSameNamesFound'|translate("","")|raw }}
{{ 'Installation_TablesFound'|translate }}:
{{ tablesInstalled }}
{% if showReuseExistingTables is defined %}
{{ 'Installation_TablesWarningHelp'|translate }}
{{ 'Installation_TablesReuse'|translate }} »
{% else %}
« {{ 'Installation_GoBackAndDefinePrefix'|translate }}
{% endif %}
{{ 'Installation_TablesDelete'|translate }} »
{% endif %}
{% if existingTablesDeleted is defined %}
{{ 'Installation_TablesDeletedSuccess'|translate }}
{% endif %}
{% if tablesCreated is defined %}
{{ 'Installation_TablesCreatedSuccess'|translate }}
{% endif %}
{% endblock %}