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

Dashboard

Let's do some social network analysis!
Profiles
{% if profiles %} {% for profile in profiles %} {% endfor %} {% endif %}
Name Computed
{{ profile.name }} {% if profile.computed %} {% else %} {% endif %}
{% endblock %}