{% extends 'base.html.j2' %} {% set active_page = "addressbook" %} {% block content %}
{% if contacts %}
{% for user in contacts %} {% endfor %}
{% else %}
Geen contacten om te tonen
{% endif %}
{% if profile %} {% include 'addressbook_card.html.j2' %} {% elif contacts %}

Niemand geselecteerd

{% endif %}
{% endblock %} {% block js %} {% endblock %}