{% extends "integrations/wizard_base.html" %} {% block wizard_steps %}

{{ _('Step 1: Instance Configuration') }}

{% if current_user.is_admin %}

{{ _('URL of your GitLab instance. Use "https://gitlab.com" for GitLab.com or your self-hosted GitLab URL.') }}

{% endif %}

{{ _('You can use GitLab.com or your self-hosted GitLab instance.') }}

{% endblock %} {% block wizard_js %} {% endblock %}