{% 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 %} {% block app_content %}
{{ _('Instance') }} | {{ _('More details') }} | {{ _('Software') }} | {{ _('Version') }} | {{ _('Heard from') }} | {{ _('Sent to') }} | {{ _('Online') }} |
---|---|---|---|---|---|---|
{{ instance.domain }} | {{ _('People') }} {{ _('Posts') }} | {{ instance.software }} | {{ instance.version if instance.version }} | {{ 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 }} | {% if instance.dormant and instance.gone_forever -%} {{ _('Gone') }} {% elif instance.dormant -%} {{ _('Dormant') }} {% else -%} {{ _('Online') }} {% endif -%} |
{{ _('No results to show.') }}
{% endif %}