{% extends "search_panel.html" %} {% load static %} {% load i18n %} {% load app_buttons %} {% block main %}
{% if page.object_list %}

Apps

{% list_of_apps_search page.object_list True %} {% endif %} {% if page.object_list %}

Authors

{% else %}

No Results Found

{% endif %} {% for result in page.object_list %} {% if result.object.institution %} {% empty %}

{% endfor %}
{% endblock %}