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

Ride index

{% for ride in rides %} {% else %} {% endfor %}
Id Label Count actions
{{ ride.id }} {{ ride.label }} {{ ride.count }} show edit
no records found
Create new {% endblock %}