{% if search_bio %} {% for item in search_bio %}
{% for x in item.name %} {% if forloop.first %}

{% endif %} {% endfor %}
({{item.date_of_birth}} - {% if item.deceased %}{{item.date_of_death}}{% endif %})
{{item.age}}
Years {{item.profession}}
{{item.name}} is a {{item.profession}} born in {{item.place_of_birth}} on the {{item.date_of_birth}}.She....
ORIGINAL:{{item.created_at}}{{item.address}}
{% endfor %} {% elif search_blog %} {% for item in search_blog %}
{{item.summary}}.
ORIGINAL:{{item.date}}

{% endfor %} {% elif search_blog == "" or search_bio == "" %}

No results found

{% else %} {% for item in page_obj %}
{% for x in item.name %} {% if forloop.first %}

{% endif %} {% endfor %}
({{item.date_of_birth}} -{% if item.deceased %}{{item.date_of_death}}{% endif %})
{{item.age}}
Years {{item.profession}}
{{item.name}} is a {{item.profession}} born in {{item.place_of_birth}}, {{item.date_of_birth}}.She....
ORIGINAL:{{item.created_at}}{{item.address}}
{% endfor %} {% endif %}
{% if search_blog or search_bio %} {% elif search_blog == "" or search_bio == "" %} {% else %} {% endif %}