{% if app['request'].query.get('success') == '1' %}
{% trans 'update::Votre application necessite une mise a jour vers : ' %} {{ app['phraseanet.version'].getNumber() }}
{% else %}{% trans 'update::Votre version est a jour : ' %} {{ app['phraseanet.version'].getNumber() }}
{% endif %} {% if recommendations | length > 0%} {% for recommendation in recommendations %}{{ recommendation['0'] }}
{% endfor %} {% endif %} {% if advices | length > 0 %} {% trans 'Propositions de modifications des tables' %} {% for advice in advices %}{{ recommendation['1'] }}
{{ advice['sql'] }}{% endfor %} {% endif %}