new newbie flag
This commit is contained in:
@@ -320,7 +320,7 @@ function setChoiceByLabel(choicesInstance, label) {
|
||||
{% if participants | length > 0 %}
|
||||
{% for rower in participants %}
|
||||
<div class="relative">
|
||||
{{ rower.name }}
|
||||
{{ rower.name }}{% if rower.is_newbie %} 🐣{% endif %}
|
||||
{% if rower.is_guest %}<small class="text-gray-600 dark:text-gray-100">(Scheckbuch)</small>{% endif %}
|
||||
{% if rower.is_real_guest %}
|
||||
<small class="text-gray-600 dark:text-gray-100">(Gast)</small>
|
||||
|
||||
Reference in New Issue
Block a user