{% extends "base.html" %} {% block title %}{{ ec.name or ec.type }} — df-storyteller{% endblock %} {% block content %}
{{ lore_link("site", ec.site_id, ec.site_name) | safe }}
{% endif %} {% if ec.attacker_name %}{{ lore_link("civilization", ec.attacker_id, ec.attacker_name) | safe }}
{% endif %} {% if ec.target_name %}{{ lore_link("civilization", ec.target_id, ec.target_name) | safe }}
{% endif %} {% if ec.attacking_hf_name %}{{ lore_link("figure", ec.attacking_hf_id, ec.attacking_hf_name) | safe }}
{% endif %} {% if ec.defending_hf_name %}{{ lore_link("figure", ec.defending_hf_id, ec.defending_hf_name) | safe }}
{% endif %} {% if ec.defender_name %}{{ lore_link("civilization", ec.defender_id, ec.defender_name) | safe }}
{% endif %} {% if ec.parent_war %}{{ lore_link("war", ec.parent_war_id, ec.parent_war) | safe }}
{% endif %}{{ events | length }} recorded event{{ 's' if events | length != 1 else '' }}
| Year | Event |
|---|---|
| {{ evt.year }} | {{ evt.description | hotlink | safe }} |