{% extends "layout.html" %} {% block body %}

Choose a GitLab project

{% for repo in repos %}
{{csrf_token()}}

{{icon("gitlab")}} {% if repo.id not in existing %} {% else %} {% endif %} {{ repo.attributes['name_with_namespace'] }} {{icon("external-link-alt")}}

{% endfor %}

{{details}}

{% endblock %}