Files
InfantrySkillCalculator/templates/components/opp_player_list.html
2024-01-14 22:08:43 +01:00

8 lines
310 B
HTML

{{ define "opp_player_list" }}
<label for="opponent-player-list" class="col-form-label col-form-label-lg pt-0">Spieler:</label>
<select multiple class="form-control form-control-lg overflow-auto border-secondary" id="opponent-player-list" size="10">
<!-- Player list items go here -->
</select>
{{ end }}