{% extends 'allianceauth/base-bs5.html' %} {% load i18n %} {% block page_title %}{% trans "Indy Hub" %}{% endblock page_title %} {% block content %}

{% trans "Indy Hub unavailable" %}

{% if sde_missing_dependency %}

{% trans "What is missing" %}

{{ sde_missing_dependency }}

{% endif %}

{{ sde_blocking_message|default:_("Indy Hub static data is not loaded yet. Please contact your administrator.") }}

{% if sde_blocking_detail %}

{{ sde_blocking_detail }}

{% endif %} {% if sde_recommended_commands %}

{% trans "Run this" %}

{% for command_info in sde_recommended_commands %}
{{ command_info.label }}
{{ command_info.command }}
{% endfor %}
{% endif %}
{% endblock content %}