- {% trans "Username" as text %}
- {% include 'snippets/table-sort-header.html' with field="username" sort=sort text=text %}
-
-
- {% trans "Date Added" as text %}
- {% include 'snippets/table-sort-header.html' with field="created_date" sort=sort text=text %}
-
-
- {% trans "Last Active" as text %}
- {% include 'snippets/table-sort-header.html' with field="last_active_date" sort=sort text=text %}
-
-
- {% trans "Status" as text %}
- {% include 'snippets/table-sort-header.html' with field="is_active" sort=sort text=text %}
-
-
- {% trans "Remote instance" as text %}
- {% include 'snippets/table-sort-header.html' with field="federated_server__server_name" sort=sort text=text %}
-
+ {% trans "Username" as text %}
+ {% include 'snippets/table-sort-header.html' with field="username" sort=sort text=text %}
+
+
+ {% trans "Date Added" as text %}
+ {% include 'snippets/table-sort-header.html' with field="created_date" sort=sort text=text %}
+
+
+ {% trans "Last Active" as text %}
+ {% include 'snippets/table-sort-header.html' with field="last_active_date" sort=sort text=text %}
+
+
+ {% trans "Status" as text %}
+ {% include 'snippets/table-sort-header.html' with field="is_active" sort=sort text=text %}
+
+ {% if status != "local" %}
+
+ {% trans "Remote instance" as text %}
+ {% include 'snippets/table-sort-header.html' with field="federated_server__server_name" sort=sort text=text %}
+