Advertisement
Guest User

Untitled

a guest
Apr 12th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. {% regroup mass_coach by name as coach_list %}
  2.  
  3. {% for name in coach_list %}
  4.  
  5. {% for item in name.list %}
  6.    <tr>
  7.       <td>{{item.surname}} {{item.name}} {{item.patronymic}}</td>
  8.       <td>{{item.region}}</td>
  9.       <td>{{item.city}} {{item.id}}</td><!--Вот тут не могу получить id-->
  10.       <td>{{item.col_sportsmen}}</td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement