{% extends "includes/crud/table_list.html" %} {% load trans blocktrans from i18n %} {% comment rst %} This template is used by the GHA migration template to list projects to migrate {% endcomment %} {% block list_placeholder_icon_class %} fa-duotone fa-octagon-xmark {% endblock list_placeholder_icon_class %} {% block list_placeholder_header %} {% blocktrans trimmed %} No projects can be migrated {% endblocktrans %}
{% blocktrans trimmed %} You don't have any projects to migrate. {% 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 manually refresh after installation or migration {% endblocktrans %}
{% endif %}
{% trans "Refresh" %}
{% endblock top_right_menu_items %} {% block list_item_image %} {% endblock list_item_image %} {% block list_item_header %} {{ object.project.name }} {% endblock list_item_header %} {% block list_item_right_menu %} {% if not object.has_installation %} {% trans "Install" %} {% elif not object.is_admin %}
{% else %}
{% csrf_token %}
{% endif %} {% endblock list_item_right_menu %} {% block list_item_meta_items %}
{% with repo=object.project.remote_repository %} {% blocktrans with name=project.name %}Project {{ name }} avatar{% endblocktrans %} {{ repo.full_name }} {% endwith %}
{% endblock list_item_meta_items %}