{% extends "repomaker/storage/form.html" %} {% load i18n %} {% load static %} {% block form %}
{{ form.ssh_url }}
{% if form.ssh_url.errors %} {{ form.ssh_url.errors }} {% endif %}
{% blocktrans trimmed %} Here's how to copy the SSH Address from GitLab: {% endblocktrans %}
{{ form.url }}
{{ form.url.help_text }} {% if form.url.errors %} {{ form.url.errors }} {% endif %} {% if form.main %}
{{ form.main }}
{{ form.main.help_text }} {% if form.main.errors %} {{ form.main.errors }} {% endif %} {% endif %} {% if form.ignore_identity_file %}
{{ form.ignore_identity_file }}
{{ form.ignore_identity_file.help_text }} {% if form.ignore_identity_file.errors %} {{ form.ignore_identity_file.errors }} {% endif %} {% endif %} {% endblock form %}