{% load trans blocktrans from i18n %} {% comment rst %} Project automatic configuration view ==================================== This is a big Knockout view that is separated out from the parent form just to make it easier to work with here. The parent form contains the basic HTML structure for the tabbed view and errors, where this template has more Knockout bindings used from JS. {% endcomment %} {% block project_add_configuration %} {% endblock project_add_configuration %} {% block project_add_automatic_search %} {# Search prompt and dropdown #} {% comment %} Popup to trigger help modal This is triggered manually from the ``search_popup_config()`` observable and is set up using the ``semanticui.popup`` binding on the sibling element above. {% endcomment %} {% comment %} Modal for resyncing and repair repository/organization permissions This content is moved to a modal so that we have more UI to explain what is happening to the user, especially in the case that the user is connected via GHA and needs to reconfigure the application permissions. {% endcomment %} {% endblock project_add_automatic_search %} {% block project_add_automatic_placeholder %}
{# Push user towards searching using input above #} {% trans "Select a repository" %}
{# User has connected accounts, don't point to connecting GitHub/etc #} {% blocktrans trimmed %} Use the search above to find the repository you would like to use to build your new project. This project will be connected to the repository through your connected account. {% endblocktrans %}
{% endblock project_add_automatic_placeholder %} {% block project_add_automatic_selected %} {% comment %} Card display for selected remote repository =========================================== This block only shows when there is a selected project from the search selection above. This block shows some information about using the repository, such as where the repository has already been connected and why the repository can/cannot be used. {% endcomment %} {% endblock project_add_automatic_selected %}