{% if not rows %}

No projects listed.

{% else %}
    {% for row in rows %}
  1. {{ row.no }}{{ row.year }}{% if row.link %}{{ row.client }}{% else %}{{ row.client }}{% endif %}{{ row.role }}{% if row.link %}{% endif %}
  2. {% endfor %}
{% endif %}