{% macro getLabel(rentalType) %} {% set rentalLabel = 'form.summary.label_price_month' %} {% if rentalType == constant('AppBundle\\Entity\\Administrative\\Rental\\Rental::RENTAL_TYPE_SHORT_TERM_RENTAL') %} {% set rentalLabel = 'form.summary.label_price_day' %} {% endif %} {{ rentalLabel|trans({}, 'RentalTrans') }} {% endmacro %}