{% extends 'base.html.twig' %} {% block breadcrumb %}
{% endblock %} {% block titulo_body %}DNI {{tp.dni}}
Número de Decreto: {{tp.numeroDecreto}}
Fecha de Decreto: {% if tp.fechaDecreto is null %} {% else %} {{tp.fechaDecreto|format_datetime(pattern="eeee dd 'de' LLLL 'de' Y ", locale='es_AR') |capitalize}} {% endif %}
Tipo de Decreto: {{tp.tipoDecreto}}
{% if tp.cargoJusticia is not null %} {{tp.cargoJusticia}} - ({{tp.abreviacion}}) {% else %} {{tp.cargo}} {% endif %}
Fecha de Posesión: {% if tp.posesion is null %} {% else %} {{tp.posesion|format_datetime(pattern="eeee dd 'de' LLLL 'de' Y ", locale='es_AR') |capitalize}} {% endif %}
Asiento: {{tp.asiento}}