{% if site_title %}{{ site_title }}{% else %}{% trans "Portfolio" %}{% endif %}
{% if count %}
{% blocktrans count documents_count=count trimmed %}
You have {{ documents_count }} document stored.
{% plural %}
You have {{ documents_count }} documents stored.
{% endblocktrans %}
{% endif %}
{% if not table.page %}
{% endif %}
{% render_table table "fargo/table.html" %}
{% if not table.page %}
{% endif %}
{% if full %}
{% blocktrans count max_documents_per_user=max_documents_per_user trimmed %}
The limit of {{ max_documents_per_user }} document per user is reached.
You cannot add any more documents.
{% plural %}
The limit of {{ max_documents_per_user }} documents per user is reached.
You cannot add any more documents.
{% endblocktrans %}
{% else %}
{% endif %}