{% extends 'template.twig' %}
{% block cssAssets %}
{% endblock %}
{% block jsAssets %}
{% endblock %}
{% block pageTitle %}
Imperial Honours & Awards
{% endblock %}
{% block content %}
<p>Through the ages, governments, militaries and organisations have found it necessary to award personnel for efficiency, loyalty, bravery and dedication. The most prominent method of this has been through the use of awards and decorations in the form of medals to adorn individuals and display their achievements. Upon the formation of the Galactic Empire, the Emperor instructed that all of the Republic decorations were to be disbanded and a new Imperial system was to be put in place. A council of military and government officials was put into place to create the Imperial Honours and Awards System (IHAS) to ensure that there were sufficient decorations for the purposes of the New Order.</p>
<p>The IHAS established an order of precedence and conditions for the order awards are to worn, and criteria and conditions for when they may be displayed. A consistent system for displaying multiples of a single award (where possible) was also established through the use of bronze, silver, and gold stars on ribbons and bars on full medals. A bronze star is worn on the ribbon for each additional awarding of an award, up to four bronze stars. Once the award is granted for a sixth time, all bronze stars are replaced with a single silver star which will increment again with each successive award until replaced by a single gold star on the tenth award, and so forth.</p>
<div class="container" style="width: 80%; margin-left: auto; margin-right: auto;">
<div class="head">OOC Note</div>
<div class="body">
<p>Within the IHAS, players and characters are awarded for both In Character (IC) or Out Of Character (OOC) events and contributions to the Empire. The Empire is of the view that those awards which have been granted for training courses, branch qualifications, time of service, and actions not conducted within (or focused on) the Darkness game engine are transferable between characters if they continue to serve in the Empire; these represent a player’s service and contributions to the community itself.</p>
<p>Those awards granted for activities within (or focused on) the game engine such as bravery awards, campaign medals, commendations for IC actions etc, are considered IC awards, and these are not transferable between characters.</p>
</div>
</div>
<div class="award-list" style="font-size: smaller; margin-top: 30px;">
{% for award in awards %}
<div class="award">
<div class="awardimage">
{{ award.displayGEjs|raw }}
</div>
<div class="awardname">
{{ award.displayGEjs(constant('Empire\\Core\\Award::AWARD_GEJS_DISPLAY_SHORTNAME'))|raw }}
</div>
</div>
{% endfor %}
</div>
{% endblock %}