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

Representation

Employee {{ representation.employee }}
Ride {{ representation.ride }}
Count {{ representation.count }}
Date {{ representation.date ? representation.date|date('Y-m-d H:i:s') : '' }}
back to list edit {{ include('representation/_delete_form.html.twig') }} {% endblock %}