{% load static %} Biography Questionaire - Women Who's Who
{% include "header.html" %} {% block content %} {% endblock %} {% if query %}
{% for bio in search %}
{% for item in bio.image.all %} {% if forloop.first %} {% endif %} {% endfor %}
{{bio.profession}}
{{bio.name}} is a {{bio.profession}} born in {{place_of_birth}} on the {{date_of_birth}}.He....
{% endfor %} {% for bio in find %}
{% for item in bio.image.all %} {% if forloop.first %} {% endif %} {% endfor %}
{% endfor %}
{% else %}

No Results Found

{% endif %} {% include "base.html" %} {% block new %} {% endblock %}