User name |
Real name |
Description |
{% for user in user_list %}
{% if forloop.counter|divisibleby:"2" %}
{% else %}
{% endif %}
{{ user.username }}
|
{{ user.attributes.real_name }}
|
{{ user.attributes.description }}
|
{% endfor %}
Hidden content, click to expand.