{% for p in page %}
{{p}}
、 {% endfor %}
{% for user_name in users%}
{{user_name}}さん
{% endfor %}