adjust jinja template

This commit is contained in:
Cyberes 2023-09-30 22:14:50 -06:00
parent c5b30d985c
commit 3ecb7bcf88
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
{% for key, value in model_choices.items() %}
<div class="info-box">
<h3>{{ key }} <span class="header-workers">- {{ value.backend_count }} workers</span></h3>
<h3>{{ key }} <span class="header-workers">- {{ value.backend_count }} {% if value.backend_count == 1 %}worker{% else %}workers{% endif %}</span></h3>
<p>
<strong>Estimated Wait Time:</strong> {{ value.estimated_wait }}<br>
Processing: {{ value.processing }}<br>