{% extends "holdfast/den/base.html" %} {% load i18n %} {% block holdfast_content %}
{% translate "Your dens" %}
{{ my_den_count }}
{{ my_characters|length }} {% translate "character(s) registered" %}
{% translate "Wants your attention" %}
{{ items|length }}
{% translate "on your own dens" %}
{% if can_view_all %}
{% translate "Alliance-wide" %}
{{ officer_items|length }}
{% translate "claims, siphons, overdue" %}
{% endif %}
{% translate "Yours" %}
{% include "holdfast/partials/_feed.html" with empty_message=_("Nothing is happening to your dens.") %} {% if can_view_all %}
{% translate "Across the alliance" %}
{% include "holdfast/partials/_feed.html" with items=officer_items empty_message=_("No claims waiting, nothing being siphoned, nothing overdue.") %} {% endif %} {% endblock %}