{% 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 %}

{% trans "Watch your operations" %}

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

{% if can_manage_corp_bp_requests %}

{% trans "Corporation" %}

{% trans "Corporate overview counters." %}

{% 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 %}