Update doashboard info
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Gregory Trullemans 2021-12-14 17:23:39 +01:00
parent 8b0b8d9605
commit 16f0de6278
1 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<h4 class=""><i class="icon-primary fal fa-laugh-wink"></i> Hi {{ user.username }} !</h4>
</div>
<div class="card-body">
Welcome to Ultron v0.28<br />
Welcome to Ultron v0.29 (14-12-2021)<br />
This application is there to help us manage the gymnasts (evolution, evaluation, ...). It is not perfect so feel free to make improvement proposals, bug reports, … by sending me an <a href="mailto:gregory@flyingacrobaticstrampoline.be">email</a>.
</div>
</div>
@ -28,13 +28,13 @@
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: {{ percentage_week }}%;"></div>
</div>
</div>
{% if  nb_gymnast or nb_event or nb_skill or nb_routine or nb_score %}
{% if nb_gymnast or nb_event or nb_skill or nb_routine or nb_score %}
<ul class="list-unstyled mb-0">
{% if  nb_gymnast %}<li>{{ nb_gymnast }} active gymnasts</li>{% endif %}
{% if  nb_event %}<li>{{ nb_event }} events</li>{% endif %}
{% if  nb_skill %}<li>{{ nb_skill }} skills</li>{% endif %}
{% if  nb_routine %}<li>{{ nb_routine }} routines</li>{% endif %}
{% if  nb_score %}<li>{{ nb_score }} scores</li>{% endif %}
{% if nb_gymnast %}<li>{{ nb_gymnast }} active gymnasts</li>{% endif %}
{% if nb_event %}<li>{{ nb_event }} events</li>{% endif %}
{% if nb_skill %}<li>{{ nb_skill }} skills</li>{% endif %}
{% if nb_routine %}<li>{{ nb_routine }} routines</li>{% endif %}
{% if nb_score %}<li>{{ nb_score }} scores</li>{% endif %}
</ul>
{% else %}
<br />