{% extends 'base.html' %} {% block title %}{% if schedule %}Edit{% else %}New{% endif %} Trip{% endblock %} {% block topbar_title %}Schedule Management{% endblock %} {% block content %}

{% if schedule %}✏️ Edit trip{% else %}➕ New trip{% endif %}

Pick one of your approved buses and an active route.

{% csrf_token %}

← Back to trips

{% endblock %}