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

StaAutomobile

Id {{ sta_automobile.id }}
Content {{ sta_automobile.content }}
back to list edit {{ include('sta_automobile/_delete_form.html.twig') }} {% endblock %}