Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {% for listSweasy in listSweasies %}
  2. <tr class="imageVal">
  3. <td>{{ listSweasy.id }}</td>
  4. <td>{{ listSweasy.name }}</td>
  5. <td>{{ listSweasy.place.title }}</td>
  6. <td>{{ listSweasy.lived_date }}</td>
  7. <td>{{ listSweasy.rate }}</td>
  8. <td>
  9. <input type="hidden" value="/uploads/images/{{ listSweasy.image.url }}" alt="{{ listSweasy.image.alt }}"/>
  10. </td>
  11. </tr>
  12. {% endfor %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement