Work on issue 11

This commit is contained in:
2016-09-22 17:31:19 +02:00
parent 20ef745b3f
commit db5ece431b
2 changed files with 36 additions and 34 deletions

View File

@@ -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>