Informations complémentaires non éditables :
    {% if object.created_date %}
  • Création : {{ object.created_date }}
  • {% endif %} {% if object.modified_date %}
  • Dernière modification : {{ object.modified_date }}
  • {% endif %} {% if object.moderated_date %}
  • Dernière modération : {{ object.moderated_date }}
  • {% endif %} {% if object.imported_date %}
  • Dernière importation : {{ object.imported_date }}
  • {% endif %} {% if object.uuids %} {% if object.uuids|length > 0 %}
  • UUIDs (identifiants uniques d'événements dans les sources) :
      {% for u in object.uuids %}
    • {{ u }}
    • {% endfor %}
  • {% endif %} {% endif %} {% if object.import_sources %} {% if object.import_sources|length > 0 %}
  • Sources d'import :
      {% for u in object.import_sources %}
    • {{ u }}
    • {% endfor %}
  • {% endif %} {% endif %}