{% if user_can_invoice and object.finalized %}
{% if object.is_last %}
{% trans "New corrective campaign" %}
{% endif %}
{% if object.primary_campaign is None and not has_running_corrective %}
{% trans "Export invoiced amounts per event" %}
{% endif %}
{% endif %}
{% if user_can_invoice and not object.finalized and not has_running_pool and not has_real_pool %}