{% extends 'account/account_layout.html' %} {% load i18n %} {% block account_title %}Manage GitHub Connections |{% endblock %} {% block account_content %}

Manage GitHub Connections:

All ports associated with the GitHub handles that are connected to this account will be displayed in "Maintained by me" section.

The connected GitHub handles can also be used to sign in to this account on MacPorts Webapp.

{% if form.accounts %}
{% csrf_token %}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{% for base_account in form.accounts %} {% with base_account.get_provider_account as account %}
{% endwith %} {% endfor %}
{% else %}

No GitHub account connected

{% endif %}

Add another GitHub account

Add {% include "socialaccount/snippets/login_extra.html" %} {% endblock %} {% block account_script %} {% endblock %}