{% load i18n %}
{% if final_removal %}
{% trans "Your translation project was removed" %}
{% elif billing.removal %}
{% trans "Your translation project is scheduled for removal" %}
{% else %}
{% trans "Your billing plan has expired" %}
{% endif %}
