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

Taxon index

{# #} {# #} {# #} {# #} {# #} {# #} {# #} {% for taxon in taxa %} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {% else %} {% endfor %}
Id Code Picture InstructionsCreatedByUpdatedByDeletedBySlugCreatedAtUpdatedAtMaterializedPathactions
{{ 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
Create new {% endblock %}