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

Representation index

{% for representation in representations %} {% else %} {% endfor %}
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
Create new {% endblock %}