{% extends "balafon/_bs_section.html" %} {% load i18n balafon_utils %} {% block section_title %} {% if all_actions and entity %} {{title}} - {{entity.name}} {% else %} {% if all_actions and contact %} {{title}} - {{contact.fullname}} {% else %} {% trans "Actions" %} {% endif %}{% endif %} {% endblock %} {% block section_data %}
{% if actions %} {% include "Crm/_actions_table.html" %} {% include "coop_cms/_pagination.html" %} {% endif %}
{% endblock %} {% block section_menu_name %} {% trans "Add" %}{% endblock %} {% block section_buttons %} {% if not has_default_action %} {% if contact %}
  • {% trans "action" %}
  • {% else %} {% if entity %}
  • {% trans "action" %}
  • {% else %}
  • {% trans "action" %}
  • {% endif %} {% endif %} {% endif %} {% for action_type in addable_action_types %} {% include "Crm/_actions_set_menu.html" %} {% endfor %} {% endblock %}