{% extends 'layout/page.html' %} {% block head_title %} {% trans %}Edit Collision{% endtrans %} - {{ config.TRACKER_NAME }} {% endblock %} {% block page_header %} {% trans %}Edit Collision{% endtrans %} - {{ config.TRACKER_NAME }} {% endblock %} {% block content %}
{% trans %}There has been a collision. Another user updated this node while you were editing. Please{% endtrans %} {% trans %}reload{% endtrans %} {% trans %}the node and review your edits.{% endtrans %}
{% endblock %}