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

Taxon

{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #}
Id {{ taxon.id }}
Code {{ taxon.code }}
Picture {{ taxon.picture }}
Instructions {{ taxon.instructions }}
CreatedBy{{ taxon.createdBy }}
UpdatedBy{{ taxon.updatedBy }}
DeletedBy{{ taxon.deletedBy }}
Slug{{ taxon.slug }}
MaterializedPath{{ taxon.materializedPath }}
back to list edit {{ include('taxon/_delete_form.html.twig') }} {% endblock %}