RecibĂ comisiones {% if type != "monthlyBonus"%} {% if type == "weeklyBonus"%} {{ 'por bono semanal' }} {% endif %} {{ ('del '~paymentPeriod.startDate|date('d')~' de '~paymentPeriod.startDate|localizeddate('long', 'none', 'es', null , 'MMMM')~' al ') }}{{ (paymentPeriod.endDate|date('d')~' de '~paymentPeriod.endDate|localizeddate('long', 'none', 'es', null , 'MMMM')~' del '~paymentPeriod.endDate|date('Y')) }} {% else %} {{ 'por bono mensual del mes de '~paymentPeriod.startDate|localizeddate('long', 'none', 'es', null , 'MMMM') }} {% endif %} |
||
| {{ 'Fecha de pago: ' }}{{ paymentPeriod.paymentDate|date('d-m-Y') }} | {{ 'Nombre y firma' }} |