{% 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_federation' %} {% block app_content %}

{{ _('Federation') }}

{{ render_form(form) }}

Use this to "pre-load" known threadiverse communities, as ranked by posts and activity. The list of communities pulls from the same list as LemmyVerse. NSFW communities and communities from banned instances are excluded.

{% if current_app_debug %}

*** This instance is in development mode. Loading more than 6 communities here could cause timeouts, depending on how your networking is setup. ***

{% endif %} {{ render_form(preload_form) }}

{% include 'admin/_nav.html' %}

{% endblock %}