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

Violationtypemaster

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