{% from 'macros/account.html' import account_collapsible %}
{% if items | length == 0 %} No accounts somehow!?!?! how are you even seeing this? {% else %} {% with review=True %} {% include "partials/accounts.html" %} {% endwith %} {% endif %}