{% extends "base.html" %} {% load i18n %} {% load l10n %} {% load static %} {% load rules %} {% block title %}{% trans "Edit delivery:" %}: {{ delivery_history.route.name }} {% endblock %} {% block extrahead %} {% load leaflet_tags %} {% leaflet_css %} {% endblock %} {% block content %} {% has_perm 'sous_chef.edit' request.user as can_edit_data %} {% include 'kitchen_count_steps.html' with step='routes' %}