mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
A lot of campaigns want to define custom factions. This allows them to do so without us having to fill the built-in factions list with a bunch of campaign-specific factions. It also makes custom campaigns more portable as they don't need to also distribute the custom faction files.
8 lines
305 B
Django/Jinja
8 lines
305 B
Django/Jinja
<strong>Auteur(s) : {{ campaign.authors }}</strong>
|
|
|
|
<strong>Factions par défaut :</strong>
|
|
<span style="color:#82A466"> {{campaign.recommended_player_faction.name}}</span> VS <span style="color:orange"> {{campaign.recommended_enemy_faction.name}}</span>
|
|
<br/>
|
|
|
|
{{ campaign.description|safe }}
|