@ -94,24 +94,6 @@
</table>
</div>
<div class="table">
<table class="table">
<thead>
<tr>
<th scope="col">Objective Name</th>
<th scope="col">Found</th>
</tr>
</thead>
<tbody>
{% for objective in game.objectives %}
<td>{{ objective.name }}</td>
<td>{{ 'Yes' if objective in current_user.player_in(game).found_objectives else 'No' }}</td>
{% endfor %}
</tbody>
{% endif %}
{% endblock %}