{% extends "misago/threads/base.html" %} {% load i18n %} {% block title %}{% trans "Merge threads" %} | {{ block.super }}{% endblock title %} {% block content %}
{% csrf_token %} {% for thread in threads %} {% endfor %}

{% blocktrans trimmed with forum=forum %} Merge threads in {{ forum }} {% endblocktrans %}

{% include "misago/form_errors.html" %}
{% include "misago/threads/merge/body.html" %}
{% endblock content %}