{% extends 'indy_hub/base.html' %} {% load i18n %} {% block page_title %}{% trans "Indy Hub" %}{% endblock page_title %} {% block content %}
{% 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" %}
{{ command_info.command }}