{% extends "socialaccount/partials/social_account_list.html" %} {% load has_github_app_account from readthedocs.socialaccounts %} {% comment %} This template is used by the GHA migration template to list _just_ GitHub OAuth accounts that need connection to our new GHA. {% endcomment %} {% load trans from i18n %} {% load provider_login_url from socialaccount %} {% block top_menu %} {% endblock top_menu %} {% block list_placeholder %} {% endblock list_placeholder %} {% block list_item_meta_items %} {% endblock list_item_meta_items %} {% block list_item_right_menu %} {% if object|has_github_app_account %} {% trans "Connected" %} {% else %}
{% csrf_token %}
{% endif %} {% endblock list_item_right_menu %}