{% extends "base.html" %} {% load i18n %} {% block page_name %}{% trans "Merge Teams" %}{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %}

{% trans "Merge Teams" %}


{% if other_teams %}

{% blocktrans with team_object.lp_name as teamname %}Select the team you want to merge "{{teamname}}" with:{% endblocktrans %}

{% endif %} {% if not other_teams %}

{% trans "There are currently no teams you could merge your team with." %}

{% endif %}
{% endblock %}