{% if hito.fecha|length > 7 %} {% set fecha = hito.fecha |format_datetime(pattern='EEEE', timezone='America/Argentina/Buenos_Aires') |capitalize ~ ' ' ~ hito.fecha|date('d/m/Y') %} {% else %} {% set fecha = (hito.fecha ~ '-15') |format_datetime(pattern="MMMM Y", locale='es') |capitalize %} {% endif %}
{{ hito.cargo ? hito.estado_resultado|upper : 'PLAN 2011'}}
{#