{% extends 'contract/actions/menus/_sub_menu_status.html.twig' %} {% block before_status_actions %} {% if actual_status in ['waiting', 'recycled'] and app.user.profileType.type in ['b','p'] %} {{ include('contract/actions/menus/fragments/_fragment_propose.html.twig') }} {% endif %} {% if app.user.profileType.type == 'p' and (lastStatus.proposalLines|length > 0 or contract.getContractStatusRecentProposal()|length > 0) %}