{% extends "holdfast/sov/base.html" %} {% load i18n %} {% block holdfast_content %}
{% translate "Needs attention" %}
{{ item_count }}
{{ critical_count }} {% translate "critical" %}
{% translate "Sov hubs" %}
{{ hub_count }}
{{ fuel_danger }} {% translate "red" %}, {{ fuel_warning }} {% translate "amber" %}
{% translate "Reinforced" %}
{{ reinforced_count }}
{% translate "defence event running" %}
{% translate "Attackable now" %}
{{ vulnerable_count }}
{% translate "vulnerability window open" %}
{% translate "What wants attention" %}
{% include "holdfast/partials/_feed.html" with empty_message=_("No hub is low on fuel, no upgrade is down, and no ADM is under the bar.") %} {% endblock %}