{% if profiles.count > 0 %} {% for profile in profiles %}
  • {{profile.title}}{{profile.skills}}{{ profile.country}}{{profile.profile_id}}
  • {% endfor %} {% else %}
  • None to Show!
  • {% endif %}