{% extends "emails/gobii_base.html" %} {% block content %}

Daily task limit reached

{{ agent.name }} hit its daily task limit and paused work for today.

Increase the limit now with just one click, or open the agent settings to review details.

Double daily limit Make unlimited

Open agent settings

{% if upgrade_url %}
Running out of credits? Upgrade your plan to allow your agents to do more work for you.
{% elif task_pack_url %}
Need more capacity today? Purchase a task pack to add extra credits for this billing period.
{% endif %}

You are receiving this because {{ agent.name }} is an agent on your Gobii account.

{% endblock %}