{% load i18n %}
{% blocktrans %} There is one job in the queue. {% endblocktrans %}
{% blocktrans with queued_jobs='{$ service.status.queued_jobs $}' %} There are {{ queued_jobs }} jobs in the queue. {% endblocktrans %}
{% url 'account_signup' as register_url %} {% blocktrans %} You are using the guest user. For a personal account, please sign up here. {% endblocktrans %}
{% blocktrans with size='{$ service.status.size | bytes $}' quota='{$ service.status.quota | bytes $}' %} The guest user is using {{ size }} of its quota of {{ quota }}. {% endblocktrans %}
{% blocktrans with size='{$ service.status.size | bytes $}' quota='{$ service.status.quota | bytes $}' %} You are using {{ size }} of your quota of {{ quota }}. {% endblocktrans %}
{% trans 'The Quota is exceeded. Please remove some jobs.' %}