{# title string #} {# pointsSum int #} {# paginator \Pagerfanta\Pagerfanta #} {# points \Notimeo\UserBundle\Entity\UserPoint[] #} {# pointsTypes \Notimeo\UserBundle\Entity\UserPointType[] #} {% extends ':default:subpage.html.twig' %} {% block sidebar %} {{ parent() }} {% include ':blocks:we_recommend.html.twig' %} {% endblock %} {% block subpage_content %} {% include '@User/frontend/user_account/buttons.html.twig' %}
{{- 'Twoje punkty:' -}} {{ pointsSum }}
Data | Godzina | Ilość punktów | Typ punktów | Opis |
---|---|---|---|---|
{{ point.createdDate.format('d.m.Y') }} | {{ point.createdDate.format('H:m:i') }} | {{ point.points }} | {{ pointsTypes[point.pointType.id].name }} | {{ point.shortDescription }} |