{% extends 'base.html.twig' %} {% block body %}

Violationtypemasters list

{% for violationTypeMaster in violationTypeMasters %} {% endfor %}
Id Name Createdat Modifiedat Actions
{{ violationTypeMaster.id }} {{ violationTypeMaster.name }} {% if violationTypeMaster.createdAt %}{{ violationTypeMaster.createdAt|date('Y-m-d H:i:s') }}{% endif %} {% if violationTypeMaster.modifiedAt %}{{ violationTypeMaster.modifiedAt|date('Y-m-d H:i:s') }}{% endif %}
{% endblock %}