This section displays number of users in different companies

{% if companies|length > 0 %} {% for c in companies %} {% endfor %}
Company Name Country Nb of users
{{ c.name }} {{ c.country }} {{ c.users }}
{% else %}

No companies found in this database.

{% endif %}