Guest User

Untitled

a guest
Oct 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {% if hire.primarydriver is defined %}
  2. {% if hire.primarydriver.addressLocality is defined %}
  3. {% if hire.primarydriver.addressLocality.region is defined %}
  4. {{ hire.primarydriver.addressLocality.region}}
  5. {% else %}
  6. hire needs a region defined
  7. {% endif %}
  8. {% else %}
  9. hire needs addressLocality
  10. {% endif %}
  11. {% else %}
  12. hire needs a primary driver
  13. {% endif %}
Add Comment
Please, Sign In to add comment