El universo está pausado. No avanzan recursos, colas, flotas ni rivales.
{% endif %}
{% if winner %}Victoria declarada: {{ winner.name }} cumplió el objetivo. Puedes continuar jugando este universo.
{% endif %}
{% if config.get('cheat_mode') and config.get('cheat_empire_id') == empire.id %}Modo trampas activo. Puedes modificar el progreso desde Configuración. Este universo queda identificado como partida con trampas.
{% endif %}
{% if assistance_warnings %}
Avisos anticipados del perfil de asistencia
- {% for warning in assistance_warnings %}
- {{ warning }} {% endfor %}
{{ message }}
{% endfor %}
{% endwith %}
{% if section == 'overview' %}
{% include "sections/_overview.html" %}
{% elif section == 'help' %}
{% include "sections/_help.html" %}
{% elif section == 'manual' %}
{% include "sections/_manual.html" %}
{% elif section == 'command' %}
{% include "_command.html" %}
{% elif section == 'encyclopedia' %}
{% include "_encyclopedia.html" %}
{% elif section == 'economy' %}
{% include "sections/_economy.html" %}
{% elif section == 'research' %}
{% include "sections/_research.html" %}
{% elif section == 'shipyard' %}
{% include "sections/_shipyard.html" %}
{% elif section == 'agriculture' %}
{% include "sections/_agriculture.html" %}
{% elif section == 'commerce' %}
{% include "sections/_commerce.html" %}
{% elif section == 'market' %}
{% include "sections/_market.html" %}
{% elif section == 'frontier' %}
{% include "sections/_frontier.html" %}
{% elif section == 'expeditions' %}
{% include "sections/_expeditions.html" %}
{% elif section == 'governance' %}
{% include "sections/_governance.html" %}
{% elif section == 'diplomacy' %}
{% include "sections/_diplomacy.html" %}
{% elif section == 'operations' %}
{% include "sections/_operations.html" %}
{% elif section == 'galaxy' %}
{% include "sections/_galaxy.html" %}
{% elif section == 'fleet' %}
{% include "sections/_fleet.html" %}
{% elif section == 'messages' %}
{% include "sections/_messages.html" %}
{% elif section == 'timeline' %}
{% include "sections/_timeline.html" %}
{% elif section == 'society' %}
{% include "sections/_society.html" %}
{% elif section == 'senate' %}
{% include "sections/_senate.html" %}
{% elif section == 'intelligence' %}
{% include "sections/_intelligence.html" %}
{% elif section == 'designs' %}
{% include "sections/_designs.html" %}
{% elif section == 'invasions' %}
{% include "sections/_invasions.html" %}
{% elif section == 'encounters' %}
{% include "sections/_encounters.html" %}
{% elif section == 'scenarios' %}
{% include "sections/_scenarios.html" %}
{% elif section == 'planning' %}
{% include "sections/_planning.html" %}
{% elif section == 'empire' %}
{% include "sections/_empire.html" %}
{% elif section == 'statistics' %}
{% include "sections/_statistics.html" %}
{% elif section == 'museum' %}
{% include "sections/_museum.html" %}
{% elif section == 'logistics' %}
{% include "sections/_logistics.html" %}
{% elif section == 'seasons' %}
{% include "sections/_seasons.html" %}
{% elif section == 'orbital' %}
{% include "sections/_orbital.html" %}
{% elif section == 'settings' %}
{% include "sections/_settings.html" %}
{% elif section == 'about' %}
{% include "sections/_about.html" %}
{% endif %}