{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% from 'bootstrap/form.html' import render_form %} {% set active_child = 'admin_instances' %} {% block app_content %}
Domain | Software | Version | Users | Communities | Posts | Post Replies | Communities | Vote Weight | Seen | Sent | Failed | Status | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ instance.domain }} | {{ instance.software }} | {{ instance.version if instance.version }} | {{ len(user_model.query.filter_by(instance_id=instance.id).all()) }} | {{ len(community_model.query.filter_by(instance_id=instance.id).all()) }} | {{ len(instance.posts.all()) }} | {{ len(instance.post_replies.all()) }} | {{ len(instance.communities.all()) }} | {{ instance.vote_weight }} | {{ arrow.get(instance.last_seen).humanize(locale=locale) if instance.last_seen }} | {{ arrow.get(instance.last_successful_send).humanize(locale=locale) if instance.last_successful_send }} | {{ instance.failures }} | {% if instance.gone_forever %}Gone Forever | {% elif instance.dormant %}Dormant | {% else %}Online | {% endif %}