{% extends 'base/layout.html' %} {% block title %}Split Route: {{ route.name }}{% endblock %} {% block content %}

Split Route

Split {{ route.name }} at a mid-route structure into two separate planned routes. The original route will be marked as split and can be reverted later.

{% if split_options %}
{% csrf_token %}
Cancel
{% elif not split_options %}
No mid-route structures found. A route with only 1 hop cannot be split.
{% endif %}
{% endblock %}