{% extends 'settings/admin_layout.html' %} {% block title %}{{ server.server_name }}{% endblock %} {% load i18n %} {% block header %} {{ server.server_name }} {% trans "Back to server list" %} {% endblock %} {% block panel %}

{% trans "Details" %}

{% trans "Software:" %}
{{ server.application_type }}
{% trans "Version:" %}
{{ server.application_version }}
{% trans "Status:" %}
Federated

{% trans "Activity" %}

{% trans "Users:" %}
{{ users.count }} {% if server.user_set.count %}({% trans "View all" %}){% endif %}
{% trans "Reports:" %}
{{ reports.count }} {% if reports.count %}({% trans "View all" %}){% endif %}
{% trans "Followed by us:" %}
{{ followed_by_us.count }}
{% trans "Followed by them:" %}
{{ followed_by_them.count }}
{% trans "Blocked by us:" %}
{{ blocked_by_us.count }}
{% endblock %}