{% load i18n %} {% if diffs or not legacy %}
{% if diffs %}

{% trans "Local changes:" %}

{% if not is_report %} {% if last_job.action == 'check-install' %}

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

{% else %}

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

{% endif %} {% endif %} {% else %}

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

{% endif %}
{% endif %} {% if not_found %}

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

{% endif %} {% if no_history %}

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

{% endif %} {% if legacy %}

{% trans "These components alreay exist outside the application:" %}

{% if not is_report %} {% if last_job.action == 'check-install' %}

{% trans "If you run the update, these components will be reinstalled." %}

{% else %}

{% trans "If you run the install, these components will be reinstalled." %}

{% endif %} {% endif %}
{% endif %}