{{ msg.thes_export_txt_thesaurus }}: {{ thesaurus_name }} {{ msg.thes_export_txt_version_from }}: {{ version_from.revision }} ({{ version_from.name }}) {{ msg.thes_export_txt_version }}: {{ version_to.revision }} ({{ version_to.name }}) {{ msg.thes_export_txt_date }}: {{ date }} {{ msg.thes_export_txt_total }}: {{ modification.total }} ({{ modification.created }} creations, {{ modification.modified }} modifications, {{ modification.replaced }} remplacements, {{ modification.deleted }} suppressions) {% if modification.created %} ================================================================ {{ msg.thes_export_txt_created }} ({{ modification.created }}) ================================================================ {% for term in created %} - {{ msg.thes_version_action_create }} ({{ msg.thes_version_field_ark }} : {{ term.ark }}) {{ msg.thes_version_field_label }} : {% for label in term.label %} - ({{ label.lang }}) : {{ label.value }} {% endfor %} {% if term.note %} {{ msg.thes_version_field_note }} : {% for note in term.note %} - ({{ note.lang }}) : {{ note.value }} {% endfor %} {% endif %} {% if term.comment %} {{ msg.thes_version_field_comment }} : {% for comment in term.comment %} - ({{ comment.lang }}) : {{ comment.value }} {% endfor %} {% endif %} {% if term.parent.ark %} {{ msg.thes_version_field_parent }} : {{ term.parent.display }} {% endif %} {% if term.see.ark %} {{ msg.thes_version_field_see }} : {{ term.see.display }} {% endif %} {% for sa in term.see_also %} {{ msg.thes_version_field_see_also }} : {{ sa.display }} {% endfor %} {% if term.not_use_in_indexation %} {{ msg.thes_version_field_not_use }}{% endif %} {% endfor %} {% endif %}{% if modification.modified %} ================================================================ {{ msg.thes_export_txt_modified }} ({{ modification.modified }}) ================================================================ {% for term in modified %} {% if term.term_label %} - {{ msg.thes_version_action_modification }} : {{ term.term_label }} ({{ msg.thes_version_field_ark }} : {{ term.ark }}) {% else %} - {{ msg.thes_version_action_update }} ({{ msg.thes_version_field_ark }} : {{ term.ark }}) {% endif %} {% if term.label %} {{ msg.thes_version_field_label }} : {% for label in term.label %} - ({{ label.lang }}) : {{ label.value }} {% endfor %} {% endif %} {% if term.note %} {{ msg.thes_version_field_note }} : {% for note in term.note %} - ({{ note.lang }}) : {{ note.value }} {% endfor %} {% endif %} {% if term.comment %} {{ msg.thes_version_field_comment }} : {% for comment in term.comment %} - ({{ comment.lang }}) : {{ comment.value }} {% endfor %} {% endif %} {% if term.parent_ark %} {{ msg.thes_version_field_parent }} : {{ term.parent_display }} {% endif %} {% if term.see_ark %} {{ msg.thes_version_field_see }} : {{ term.see_display }} {% endif %} {% for sa in term.see_also %} {{ msg.thes_version_action_add }} {{ msg.thes_version_type_see_also }} : {{ sa.display }} {% endfor %} {% for sa in term.see_also_removed %} {{ msg.thes_version_action_remove }} {{ msg.thes_version_type_see_also }} : {{ sa.display }} {% endfor %} {% if term.not_use_in_indexation %} {{ term.not_use_in_indexation }}{% endif %} {% if term.authority %} {{ msg.thes_version_field_authority }} : {{ term.authority }} {% endif %} {% endfor %} {% endif %}{% if modification.replaced %} ================================================================ {{ msg.thes_export_txt_replaced }} ({{ modification.replaced }}) ================================================================ {% for change in replaced %} - {{ change.old.display }} -> {{ change.new.display }} {% endfor %} {% endif %}{% if modification.deleted %} ================================================================ {{ msg.thes_export_txt_deleted }} ({{ modification.deleted }}) ================================================================ {% for change in deleted %} {% if change.term_label %} - {{ change.term_label }} ({{ change.node_ark }}) {% else %} - {{ change.node_ark }} {% endif %} {% endfor %} {% endif %}