{% extends "base.html" %} {% block content %}

Search Results

Search session: {{ timestamp }}

Combined Network Graph

Individual Reports

{% for report in individual_reports %}

{% if report.claimed_profiles %}
Found Profiles
    {% for profile in report.claimed_profiles %}
  • {{ profile.site_name }} {{ profile.url }}
    {% if profile.tags %}
    {% for tag in profile.tags %} {{ tag }} {% endfor %}
    {% endif %}
  • {% endfor %}
{% endif %}
{% endfor %}
New Search
{% endblock %}