{% trans "Status of repositories" %}
{% for sp in subprojects %}{{ sp }}
{% if sp.is_repo_link %}{% blocktrans with sp.repo as repo and sp.linked_subproject.get_full_slug as slug %}Not showing status of linked repository. Check {{ repo }} instead.{% endblocktrans %}
{% else %}
{{ sp.repository.status }}
{% endif %}
{% endfor %}