{% load bootstrap3 %}
{% include "django_maced/modal.html" with action_type="add" item_html_code=add_html_code url=add_url %} {% include "django_maced/modal.html" with action_type="edit" item_html_code=edit_html_code url=edit_url %} {% include "django_maced/modal.html" with action_type="merge" item_html_code=merge_html_code url=merge_url %} {% include "django_maced/modal.html" with action_type="merge" item_html_code=merge_html_code url=merge_url %} {# Will be changed to clone #} {% include "django_maced/modal.html" with action_type="delete" item_html_code=delete_html_code url=delete_url %}