{% if object.funding is not empty and object.funding.choice is not empty %}
{% set noFunding = object.funding is empty
or object.funding.choice is empty
or constant('AppBundle\\Entity\\Administrative\\Funding::FUNDING_CHOICE_NO') == object.funding.choice
%}
{% if object.funding is not empty %}
{{ object.funding.getState()|trans({}, 'FundingTrans') }}
{% endif %}