{% if order.group.groupConfiguration.isLite %}
{{ render(controller('CoreBundle:Orders:_orderArticlesDistributionSummaryLite', {'order' : order })) }}
{% else %}
{{ render(controller('CoreBundle:Orders:_orderArticlesDistributionSummary', {'order' : order })) }}
{% endif %}
{% endblock %}