{% extends "common/content_page.html" %} {% block post_content %} {% for account in accounts %} {% if account.icon %}{% endif %} {{ account.name }} {{ account.username }} {% endfor %} {% endblock %}
{% if account.icon %}{% endif %} {{ account.name }}
{{ account.username }}