{% trans "Status of repositories" %}
{% for sp in subprojects %}{{ sp }}
{{ sp.get_repo.git.status }}{% endfor %}
{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "Status of repositories" %}{% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{{ sp.get_repo.git.status }}{% endfor %}