China military assets support (#440)

This commit is contained in:
Druss99
2025-01-03 13:19:10 -05:00
committed by GitHub
parent 918789cee4
commit bc157630e9
40 changed files with 842 additions and 5 deletions

View File

@@ -1,4 +1,12 @@
<strong>Description:</strong> {{ faction.description|safe }}
<br/>
<strong>Requirements:</strong>
<ul>
{% for key, value in faction.requirements.items() %}
<li>{{ key }}: {{ value }}</li>
{% endfor %}
</ul>
<br/>
<strong>Author(s):</strong> {{ faction.authors }}