{% 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 %}

Ports maintained by me:

{% if connections|length > 0 %}

We tried looking for ports connected to these {{ using }} account(s): {% for i in connections %}{{ i }}{% if not forloop.last %}, {% endif %} {% endfor %}


{% include 'includes/user_filter_form.html' with form=form %}
{% include 'includes/user_ports_table.html' with ports=ports %} {% if ports_github == 0 and ports_email == 0 %}

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 %}