{% extends BASE_HTML %}
{% load i18n %}
{% block page_title %}{% translate 'Merge' %} - {% endblock %}
{% block content %}
{# TODO: move to a js file + init widgets automatically #}
{% include 'creme_core/generics/blockform/base.html' with icon_name='merge' icon_label=_('Merge') %}
{% endblock %}