MatrĂculas realizadas entre {{ start_date|datetime_format('%d/%m/%Y') }} e {{ end_date|datetime_format('%d/%m/%Y') }}
| Colaborador | Curso | Matriculado em | Autor | Valor unit. |
| {{ x.user.name }} | {{ x.course.name }} | {{ x.enrolled_at|datetime_format('%d/%m/%Y, %H:%M') }} | {{ x.author.name }} | {{ x.unit_price|currency }} |
| Total | {{ items| map(attribute='unit_price')|map('float')|sum|currency }} | |||