{% 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 that have been migrated already. {% endcomment %} {% block list_placeholder_icon_class %} fa-duotone fa-octagon-xmark {% endblock list_placeholder_icon_class %} {% block list_placeholder_icon %} {% endblock list_placeholder_icon %} {% block list_placeholder_header %} {% blocktrans trimmed %} No projects have been migrated yet {% endblocktrans %}
{% blocktrans trimmed %} Install our GitHub App and migrate your projects above before proceeding. {% endblocktrans %}
{% endblock list_placeholder_header %} {% block list_placeholder_text %} {% endblock list_placeholder_text %} {% block top_menu %} {% endblock top_menu %} {% block list_item_image %} {% endblock list_item_image %} {% block list_item_header %} {{ object.name }} {% endblock list_item_header %} {% block list_item_right_menu %}
{% trans "Migrated" %}
{% endblock list_item_right_menu %} {% block list_item_meta_items %}
{% with repo=object.remote_repository %} {% blocktrans with name=object.name %}Project {{ name }} avatar{% endblocktrans %} {{ repo.full_name }} {% endwith %}
{% endblock list_item_meta_items %}