{% extends 'account/account_layout.html' %}
{% load i18n %}
{% block account_head_scripts %}{% include 'account/style.html' %}{% endblock %}
{% block account_title %}Followed by me |{% endblock %}
{% block account_content %}
Followed ports:
{% include 'includes/user_filter_form.html' with form=form %}
{% include 'includes/user_ports_table.html' with ports=ports followed_ports=True %}
{% endblock %}