{% extends "default.html" %} {% block title %} {% trans query=query %}User listing: {{ query }}{% endtrans %} {% endblock %} {% block content %} {% for result in results %} {{ result.username }} {% if result.bio %} {{ result.bio }} {% endif %} {% endfor %} {% include "pagination.html" %} {% endblock %}
{{ result.bio }}