{% if account.usage.tasks_used_pct >= 75 %}
{% if account.usage.tasks_used_pct >= 100 %}
{% else %}
{% endif %}

{% if account.usage.tasks_used_pct >= 100 %} Task Credits Depleted {% else %} Low Task Credits Warning {% endif %}

{{ account.usage.tasks_used_pct|floatformat:0 }}%
{% if account.usage.tasks_used_pct >= 100 %}

You have used all your task credits. Your access to Gobii platform features is currently limited.

{% else %}

You have {{ account.usage.task_credits_available|floatformat:0 }} task credits remaining. To prevent service interruption, please take action soon.

{% endif %}
Need more credits to continue using Gobii?
{% if request.user.is_staff %} {% endif %} {% if account.paid is True and stripe_enabled %} {% if account.usage.tasks_addl_enabled is True %} Increase Additional Task Limit {% else %} Enable Additional Tasks {% endif %} {% elif settings.GOBII_PROPRIETARY_MODE %} Upgrade Plan {% endif %}
{% endif %}