{% extends 'account/account_layout.html' %} {% load i18n %} {% load humanize %} {% block account_head_scripts %}{% include 'account/style.html' %}{% endblock %} {% block account_title %}Maintained by me |{% endblock %} {% block account_content %}
We tried looking for ports connected to these {{ using }} account(s): {% for i in connections %}{{ i }}{% if not forloop.last %}, {% endif %} {% endfor %}
No ports found. {% endif %} {% else %}
You have not connected any {{using}} account. Make sure that GitHub connection is active and emails are verified.
{% endif %} {% endblock %}