{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% import "bootstrap/fixes.html" as fixes %} {% import "bootstrap/utils.html" as util %} {% block title %}Merge{% endblock %} {% block content %}
{{ util.flashed_messages(dismissible=True, container=False) }}

BEL Namespace Merge Tool

The namespace merge tool takes all of the unique names from multiple namespaces and combines them in a single namespace.

Input

{{ wtf.quick_form(form, form_type='horizontal', button_map={'submit_button': 'btn btn-primary'}) }}
{% include "footer.html" %} {% endblock %} {% block head %} {{ super() }} {{ fixes.ie8() }} {% endblock %}