{% extends "indy_hub/base.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Overview" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if blueprint_sharing_nav_badge_count or material_hub_my_orders_badge_count %}

{% trans "Action center" %}

{% trans "Shortcuts to the Indy Hub areas that currently need your attention." %}

{% endif %}

{% trans "Watch your operations" %}

{% trans "Blueprints, industry jobs, and sharing at a glance." %}

{% if can_manage_corp_bp_requests or can_view_corporation_blueprints or can_view_corporation_jobs %}

{% trans "Corporation" %}

{% if can_manage_corp_bp_requests %}{% trans "Corporate overview counters." %}{% else %}{% trans "Browse the shared corporation pages you are allowed to view." %}{% endif %}

{% endif %}

{% trans "Unread" %}

{% trans "Notifications you haven't checked yet." %}

{% if copy_chat_alerts %}
{% trans "Latest unread copy chats" %}

{% trans "No unread items right now." %}

{% if copy_chat_alerts_has_more %}

{% trans "More unread chats are available in Blueprint Sharing." %}

{% endif %} {% else %}

{% trans "No unread items right now." %}

{% endif %}
{% endblock content %}