{% extends "hyperkitty/base.html" %} {% load i18n %} {% load hk_generic %} {% load static %} {% block head_title %} {% trans "Reattach a thread" %} - {{ mlist.display_name|default:mlist.name }} - {{ block.super }} {% endblock %} {% block additional_og %} {% endblock %} {% block content %}

{% trans "Re-attach a thread to another" %}

{% trans "Thread to re-attach:" %} {{ thread.subject }} ({% trans "started" %} {{ thread.starting_email.date }}, {% trans "last active:" %} {{ thread.date_active }})

{% csrf_token %}
    {% trans 'Loading...' %}

{% trans "(there's no undoing!), or" %} {% trans "go back to the thread" %}.

{% endblock %} {% block additionaljs %} {% endblock %}