{% extends 'base.html.twig' %} {% block title %}Ride{% endblock %} {% block body %}

Ride

Id {{ ride.id }}
Label {{ ride.label }}
Count {{ ride.count }}
back to list edit
{{ include('ride/_delete_form.html.twig') }} {% endblock %}