Add signal quota_availability

This commit is contained in:
Raphael Michel
2019-06-18 16:52:01 +02:00
parent 819dd7eee6
commit 26a96f107f
5 changed files with 41 additions and 1 deletions

View File

@@ -51,6 +51,13 @@
</div>
</div>
{% endfor %}
{% if has_plugins > 0 %}
<div class="alert alert-warning">
{% blocktrans trimmed with num=quota_overbooked %}
A plugin is active that might modify the actual result of this quota from what you see here.
{% endblocktrans %}
</div>
{% endif %}
{% if quota_overbooked > 0 %}
<div class="alert alert-warning">
{% blocktrans trimmed with num=quota_overbooked %}