{% load i18n %}
{% if diffs %}

{% trans "Local changes:" %}

{% trans "If you run the update, all changes will be lost." %}

{% else %}

{% trans "No local changes found." %}

{% endif %}
{% if not_found %}

{% trans "Not found elements (removed ?):" %}

{% endif %} {% if no_history %}

{% trans "Impossible to check local changes for these elements (no history found for this application version):" %}

{% endif %}