{% extends "base.html" %} {% block title %}Write refused{% endblock %} {% block content %}
{{ message }}
{% if fields %}| Field | Problem |
|---|---|
| {{ field }} | {{ problem }} |
{% for issue in issues %}{{ issue }}
{% endfor %}{% endif %}
Nothing was written. The file on disk is unchanged.
{% endblock %}