Work on issue 11
This commit is contained in:
@@ -110,13 +110,16 @@
|
||||
</th>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% for mate in tipp_mates %}
|
||||
{% for mandant in mandant_dict %}
|
||||
|
||||
{% for mate in mandant_dict.mandant %}
|
||||
<tr>
|
||||
<td>{{ mate.mate.first_name }}</td>
|
||||
<td>{{ mate.sum_score }}</td>
|
||||
{% for tipp in mate.tipps %}
|
||||
<td>{{ tipp }}</td>
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user