{% extends "base.html" %} {% load gravatar %} {% load static %} {% load humanize %} {% block content %}

Search Results for "{{query}}"


{% if type %} {% endif %}
{% if query %}
{% if issues %}
{% for activity in issues %} {% include '_activity.html' %} {% endfor %}
{% elif domains %}
{% for domain in domains %} {% endfor %}
{% elif users %}
{% for user in users %}
{% if user.socialaccount_set.all.0.get_avatar_url %} {% else %} {% endif %} {{ user.user.username }}
{{ user.total_score }} Points
{{ user.description }}
View Profile
{% endfor %}
{% else %}
{% endif %}
{% endif %} {% endblock %}