{% extends "sanza/_section.html" %}
{% load i18n sanza_utils %}{% load url from future %}
{% block section_title %}
{{ set_title }}
{% endblock %}
{% block section_data %}
{% include "Crm/_actions_table.html" %}
{% endblock %}
{% block section_action %}
{% if contact %}
{% trans "Add" %}
{% if not all_actions %}
{% trans "All actions" %}
{% endif %}
{% else %}
{% if entity %}
{% trans "Add" %}
{% if not all_actions %}
{% trans "All actions" %}
{% endif %}
{% else %}
{% trans "Add" %}
{% if not all_actions %}
{% trans "All actions" %}
{% endif %}
{% endif %}{% endif %}
{% endblock %}