{% extends "includes/crud/table_list.html" %} {% load trans blocktrans from i18n %} {% comment rst %} This template is used by the GHA migration template to list GHA installation targets like organization and user accounts. :param objects: List of installation target organizations and user accounts :type objects: InstallationTargetGroup {% endcomment %} {% block list_placeholder_icon_class %} fa-duotone fa-code-commit {% endblock list_placeholder_icon_class %} {% block list_placeholder_header %} {% blocktrans trimmed %} No installation targets found {% endblocktrans %}
{% blocktrans trimmed %} You don't have any projects connected to GitHub repositories. {% endblocktrans %}
{% endblock list_placeholder_header %} {% block list_placeholder_text %} {% trans "Skip this step" %} {% endblock list_placeholder_text %} {% block top_right_menu_items %} {% if objects %}
{% blocktrans trimmed %} You may need to refresh after installation to continue {% endblocktrans %}
{% endif %}
{% trans "Refresh" %}
{% endblock top_right_menu_items %} {% block list_item_meta_items %} {% endblock list_item_meta_items %} {% block list_item_image %} {% trans {% endblock list_item_image %} {% block list_item_header %} {{ object.target.login }}
{{ object.target.profile_url }}
{% endblock list_item_header %} {% block list_item_right_menu %} {% if object.installed %}
{% trans "Installed" %}
{% elif object.target.has_installation %} {% trans "Update" %} {% else %} {% trans "Install" %} {% endif %} {% endblock list_item_right_menu %}