{% extends 'base.html.twig' %} {% block title %}ProfileType index{% endblock %} {% block body %}
Id | Enabled | CreatedBy | UpdatedBy | DeletedBy | DeletedAt | CreatedAt | UpdatedAt | actions |
---|---|---|---|---|---|---|---|---|
{{ profile_type.id }} | {{ profile_type.enabled ? 'Yes' : 'No' }} | {{ profile_type.createdBy }} | {{ profile_type.updatedBy }} | {{ profile_type.deletedBy }} | {{ profile_type.deletedAt ? profile_type.deletedAt|date('Y-m-d H:i:s') : '' }} | {{ profile_type.createdAt ? profile_type.createdAt|date('Y-m-d H:i:s') : '' }} | {{ profile_type.updatedAt ? profile_type.updatedAt|date('Y-m-d H:i:s') : '' }} | show edit |
no records found |