{% if projects %}
{% for project in projects %}
{% include 'partials/project_card_archived.html' %}
{% endfor %}
{% else %}
{% endif %}
{% trans %}No archived projects.{% endtrans %}