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

RendicionTipo

Id {{ rendicion_tipo.id }}
Nombre {{ rendicion_tipo.nombre }}
Orden {{ rendicion_tipo.orden }}
back to list edit {{ include('rendicion_tipo/_delete_form.html.twig') }} {% endblock %}