{% extends 'baseReporte.html.twig' %} {% block title %} {{ s.numeroDocumento }}-{{ s.fecha|date('d/m/Y') }} {% endblock %} {% block origen %} {{ oficinaUser.nombres }} {% endblock %} {% block body %}
SITD | : {{ e.sitd|raw|convert_encoding('UTF-8', 'ISO-8859-1') }} |
Expediente | : {{ e.numeroExpediente|raw|convert_encoding('UTF-8', 'ISO-8859-1') }} |
Documento | : {{ e.numeroDocumento|raw|convert_encoding('UTF-8', 'ISO-8859-1') }} |
Asunto | : {{ e.asunto|raw|convert_encoding('UTF-8', 'ISO-8859-1') }} |
De | : {{ e.origen|raw|convert_encoding('UTF-8', 'ISO-8859-1') }} |
{{ s.tipoDocumento.nombre|upper }} N° {{ s.numeroDocumento }}
Visto, pase A |
:{% for item in sm %}
{{ item.destino|raw|convert_encoding('UTF-8', 'ISO-8859-1') }}
{% endfor %} |
Para | : {{ s.asunto|raw|convert_encoding('UTF-8', 'ISO-8859-1') }} |
Fecha: | : {{ s.fecha|date('d') }} de{% if (s.fecha|date('m')) == 1 %} Enero {% endif %} {% if (s.fecha|date('m')) == 2 %} Febrero {% endif %} {% if (s.fecha|date('m')) == 3 %} Marzo {% endif %} {% if (s.fecha|date('m')) == 4 %} Abril {% endif %} {% if (s.fecha|date('m')) == 5 %} Mayo {% endif %} {% if (s.fecha|date('m')) == 6 %} Junio {% endif %} {% if (s.fecha|date('m')) == 7 %} Julio {% endif %} {% if (s.fecha|date('m')) == 8 %} Agosto {% endif %} {% if (s.fecha|date('m')) == 9 %} Setiembre {% endif %} {% if (s.fecha|date('m')) == 10 %} Octubre {% endif %} {% if (s.fecha|date('m')) == 11 %} Noviembre {% endif %} {% if (s.fecha|date('m')) == 12 %} Diciembre {% endif %}del {{ s.fecha|date('Y') }}. |
Atentamente. |