{% extends "base.html" %} {% block title %}The file changed{% endblock %} {% block content %}

The file changed since this form was loaded

Last write: {{ last_actor or 'not recorded in the audit log' }}. The file now hashes to {{ current_sha256 | shorten(16) }}.

One person edits a pack at a time. Reload the form to work on the current file; nothing was written.

Reload the form

{% endblock %}