{% load bootstrap3 %} {{ item_html_name }}:
{% if not should_remove_add %} {% endif %} {% if not should_remove_edit %} {% endif %}
{% if not should_remove_merge %} {% endif %} {% if not should_remove_clone %} {% endif %} {% if not should_remove_delete %} {% endif %}
{% 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 %}