{% extends "nav_panel.html" %} {% load app_buttons %} {% block main %} {% if results.Tag %}

Tags

{% for tag in results.Tag %} {{tag.fullname}}{% if not forloop.last %}, {% endif %} {% endfor %}
{% endif %} {% if results.Author %}

Authors

{% endif %} {% if results.App %}

Apps

{% list_of_apps results.App True %} {% endif %} {% if not results.Tag and not results.App and not results.Author %}

No results found

{% endif %} {% endblock %}