Question detail view: Show total number of answers

This commit is contained in:
Raphael Michel
2023-10-04 11:44:53 +02:00
parent c6cf8b6f24
commit 1d0dbae77a
2 changed files with 9 additions and 2 deletions

View File

@@ -84,6 +84,13 @@
</tr>
{% endfor %}
</tbody>
<tfoot>
<tr>
<td><strong>{% trans "Sum" %}</strong></td>
<td class="text-right"><strong>{{ total }}</strong></td>
<td></td>
</tr>
</tfoot>
</table>
</div>
{% endif %}