{% extends "base.html" %} {% block title %}The file changed{% endblock %} {% block content %}
{{ message }}
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.
{% endblock %}