{% extends 'settings/admin_layout.html' %} {% load i18n %} {% block title %}{% trans "Federated Instances" %}{% endblock %} {% block header %}{% trans "Federated Instances" %}{% endblock %} {% block edit-button %} {% trans "Add instance" %} {% endblock %} {% block panel %}
{% trans "Instance name" as text %} {% include 'snippets/table-sort-header.html' with field="server_name" sort=sort text=text %} | {% trans "Date federated" as text %} {% include 'snippets/table-sort-header.html' with field="created_date" sort=sort text=text %} | {% trans "Software" as text %} {% include 'snippets/table-sort-header.html' with field="application_type" sort=sort text=text %} | {% trans "Status" %} |
---|---|---|---|
{{ server.server_name }} | {{ server.created_date }} | {{ server.application_type }} ({{ server.application_version }}) | {{ server.status }} |