Guest User

Untitled

a guest
Jul 11th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. {% if person.monday %}
  2. <td><img src="/media/img/true32.png"/></td>
  3. {% else %}
  4. <td><img src="/media/img/false32.png"/></td>
  5. {% endif %}
  6. {% if person.tuesday %}
  7. <td><img src="/media/img/true32.png"/></td>
  8. {% else %}
  9. <td><img src="/media/img/false32.png"/></td>
  10. {% endif %}
  11. {% if person.wednesday %}
  12. <td><img src="/media/img/true32.png"/></td>
  13. {% else %}
  14. <td><img src="/media/img/false32.png"/></td>
  15. {% endif %}
Add Comment
Please, Sign In to add comment