{% comment %} Unrevertable-version partial. Rendered with HTTP 422 when ``revert()`` raises ``UnrevertableVersionError`` — typically because the migration chain between the snapshot's schema version and the current model schema is missing a step, or the snapshot references a field that no longer exists on the model. Context: archive_instance: the source row. archive_version: the ArchiveVersion that could not be applied. error_message: the underlying exception message. {% endcomment %} {% load i18n %}