{% extends 'base.html.twig' %} {% block title %}Representation{% endblock %} {% block body %}
Employee | {{ representation.employee }} |
---|---|
Ride | {{ representation.ride }} |
Count | {{ representation.count }} |
Date | {{ representation.date ? representation.date|date('Y-m-d H:i:s') : '' }} |