{% for project_name, project in projects.items %} {% if project_name in project_permissions %}

{{ project.local_name }}

{% if project.last_commit_info %}
Дата последней выгрузки: {{ project.last_commit_info.date }} ({{ project.last_commit_info.message }})
{% endif %} {% if with_force %}
{% endif %}

            

{% endif %} {% endfor %}