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