Return to {{ map.prefix_title }} Map {% if map.topnav_dict.upper_nav_dict %} {% if map.topnav_dict.upper_left_nav_dict %} {% endif %} {% if map.topnav_dict.upper_right_nav_dict %} {% endif %} {% endif %} {% for row in map.row_list %} {% for col in row %} {% if col.left_nav_dict %} {% endif %} {% if col.right_nav_dict %} {% endif %} {% endfor %} {% endfor %} {% if map.botnav_dict.lower_nav_dict %} {% if map.botnav_dict.lower_left_nav_dict %} {% endif %} {% if map.botnav_dict.lower_right_nav_dict %} {% endif %} {% endif %}
50 %} style="border: 2px solid red" {% elif col.cell_dict.border_dict.ships_found %} style="border: 2px solid yellow" {% elif col.cell_dict.border_dict.enemy_found %} style="border: 2px solid orange" {% endif %} {% endif %} > {%- if col.cell_dict.contents_dict.civ_level and col.cell_dict.contents_dict.civ_level != 'wilderness' -%} {%- endif -%} {{ col.cell_dict.oid }} {%- if col.cell_dict.contents_dict.civ_level and col.cell_dict.contents_dict.civ_level != 'wilderness' -%} {%- endif -%} {%- if col.cell_dict.contents_dict.castle_icon -%} {{ col.cell_dict.contents_dict.castle_icon }} {%- endif -%}
{% if col.cell_dict.contents_dict.many or col.cell_dict.contents_dict.loc2_dict %} {%- if col.cell_dict.contents_dict.many -%} many {% elif col.cell_dict.contents_dict.loc2_dict.oid %} {{ col.cell_dict.contents_dict.loc2_dict.subkind }} {% else %} {{ col.cell_dict.contents_dict.loc2_dict.subkind }} {%- endif -%} {% endif %}
{% if col.cell_dict.contents_dict.loc1_dict %} {%- if col.cell_dict.contents_dict.loc1_dict.oid %} {{ col.cell_dict.contents_dict.loc1_dict.subkind }} {% else %} {{ col.cell_dict.contents_dict.loc1_dict.subkind }} {%- endif -%} {% endif %}
Return to {{ map.prefix_title }} Map