{% extends "document.njk" %} {% from "heading/macro.njk" import heading with context %} {% from "input/macro.njk" import input with context %} {% from "button/macro.njk" import button with context %} {% from "checkboxes/macro.njk" import checkboxes with context %} {% from "notification-banner/macro.njk" import notificationBanner with context %} {% from "prose/macro.njk" import prose with context %} {% block content %} {% if result %} {{ notificationBanner({ type: result.type, text: result.text }) }} {% endif %} {{ prose({ text: __("activitypub.migrate.intro") }) }} {# Step 1 — Actor alias #} {{ heading({ text: __("activitypub.migrate.step1Title"), level: 2 }) }} {{ prose({ text: __("activitypub.migrate.step1Desc") }) }} {% if currentAlias %}
{{ __("activitypub.migrate.aliasCurrent") }}: {{ currentAlias }}
{% else %}{{ __("activitypub.migrate.aliasNone") }}
{% endif %}{{ __("activitypub.migrate.fileHint") }}
—