{% extends "diffviewer/diff_fragment_error_base.html" %} {% load djblets_utils i18n %} {% block tbody %} {% definevar "link_suffix" %}{{file.filediff.pk}}{% if comment %}-{{comment.pk}}{% endif %}{% enddefinevar %}

{% blocktrans %} The patch to {{filename}} did not apply cleanly. {% endblocktrans %}

{{patch_output}}

{% if rejects %} {% trans "Show rejects" %} {% endif %} {% trans "Download patch reject bundle" %}
{% if rejects %} {{rejects}} {% endif %} {% endblock %}