{% if roleRight == true %}
{% else %}
{% endif %}
{{ render(controller('CoreBundle:Stats:dashboard_group')) }}
{% for cashpoint in cashpoints %}
{{ render(controller('CoreBundle:ManageCashpoint:getLatestManageCashpoint', { 'cashpoint' : cashpoint })) }}
{% endfor %}
{{ render(controller('CoreBundle:Report:renderReportListSaved' )) }}
{% if user.rightDashboardInShops %}
{{ render(controller('CoreBundle:Stats:dashboard_seller')) }}
{% endif %}
{% for cashpoint in cashpoints %}
{{ render(controller('CoreBundle:ManageCashpoint:getLatestManageCashpoint', { 'cashpoint' : cashpoint })) }}
{% endfor %}