{% extends 'base.html.twig' %} {% block title %}Taxon index{% endblock %} {% block body %}
Id | Code | Picture | Instructions | {#CreatedBy | #} {#UpdatedBy | #} {#DeletedBy | #} {#Slug | #} {#CreatedAt | #} {#UpdatedAt | #} {#MaterializedPath | #}actions |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ taxon.name }} | {{ taxon.code }} | {{ taxon.picture }} | {{ taxon.instructions }} | {#{{ taxon.createdBy }} | #} {#{{ taxon.updatedBy }} | #} {#{{ taxon.deletedBy }} | #} {#{{ taxon.slug }} | #} {#{{ taxon.createdAt ? taxon.createdAt|date('Y-m-d H:i:s') : '' }} | #} {#{{ taxon.updatedAt ? taxon.updatedAt|date('Y-m-d H:i:s') : '' }} | #} {#{{ taxon.materializedPath }} | #}show edit |
no records found |