✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
For the following 2 questions, assume a template has been written to display, for a given constituency, a table of all election candidates and their vote counts, including the following code:
<table border> {% for candidate in candidates %} <tr> <!-- *** Insert code here--> </tr> {% endfor %}</table>
In the view which loads this template, what of the following steps would we need to take?