{% if username %} {% for item in items_to_load %}
{% include 'commons/_panel.html' %}
{% endfor %} {% else %} {% for item in items_to_load %}
{% include 'commons/_panel.html' %}
{% endfor %} {% endif %}