{{ chain.name if chain else situation.template_key }}
{% if chain and (not situation_mod or situation_mod in active_mod_ids) %}Estado {{ situation.status }}; etapa {{ situation.stage + 1 }} de {{ chain.stages|length }}.
{% if situation.status == 'active' and situation.stage < chain.stages|length %}{% set stage = chain.stages[situation.stage] %}{{ stage[0] }}
{{ stage[1] }}
{% else %}Consulta su epílogo en Historia del universo.
{% endif %}{% else %}Cadena pausada: el mod que la define no está instalado o se encuentra desactivado. El estado permanece guardado.
{% endif %}