{% extends 'pybb/base.html' %} {% load pybb_extras %} {% load i18n %} {% block pybb_content %}
{% trans 'Enter topic id for add to merged topics' %} {% for topic in topics %} {% endfor %}
{% if topic %}
{% trans 'Choose main topic to merge' %} {% for topic in topics %}

{% endfor %}

{% trans 'Preview' %}: {% trans 'Posts from changed topics' %}. {% trans 'Number of posts' %}: {{ posts|length }}

{% endif %} {% endblock %}