Fixe un problème de pluriel
This commit is contained in:
parent
3d6a538ebe
commit
0dc33106cd
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
</th>
|
||||
|
||||
{% for cell in line %}
|
||||
<td class="has-text-centered has-tooltip-primary" {% if cell %}data-tooltip="{% blocktrans with winner=forloop.counter %}L'option {{ winner }} est préférée à l'option {{ loser }} par {{ cell }} personnes.{% endblocktrans %}{% endif %}">{{ cell }}</td>
|
||||
<td class="has-text-centered has-tooltip-primary" {% if cell %}data-tooltip="{% blocktrans with winner=forloop.counter %}L'option {{ winner }} est préférée à l'option {{ loser }} par {{ cell }} voix.{% endblocktrans %}{% endif %}">{{ cell }}</td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endwith %}
|
||||
|
|
Loading…
Reference in a new issue