{% if account.usage.tasks_used_pct >= 75 %}
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 %}