{% extends "base.html" %} {% block content %} {% if rows and rows | length > 0 %}

Your clients

{% else %}

You haven't linked any clients yet ...

You can link a client here.

{% endif %} {% endblock content %}