{% extends "common/content_page.html" %} {% block post_content %}
{% for account in accounts %}

{{ account.name }}

{{ account.username }}

{% endfor %}
{% endblock %}