Logo

{{ _('actions_crm_title') }}

{% if actions %} {% for action in actions %} {% endfor %}
{{ _('actions_crm_record_type') }} {{ _('actions_crm_name') }} {{ _('actions_crm_action_name') }} {{ _('actions_crm_details') }} {{ _('actions_crm_url') }}
{{ action.object_type }} {{ action.object_type }} {{ action.identifier }} {{ action.action_type.label|upper }} {% if action.action_type.name == "UPDATED" %} {% for key, prev_value in action.previous_state.items() %} {% endfor %}
{{ _('actions_crm_field') }} {{ _('actions_crm_previous_value') }} {{ _('actions_crm_new_value') }}
{{ key }} {{ prev_value }} {{ action.new_state[key] }}
{% elif action.action_type.name == "CREATED" %} {% for key, prev_value in action.new_state.items() %} {% endfor %}
{{ _('actions_crm_field') }} {{ _('actions_crm_value') }}
{{ key }} {{ action.new_state[key] }}
{% else %}

{{ action.extra }}

{% endif %}
{% if action.url %} {{ _('actions_crm_open_link') }} {% endif %}
{% else %}

{{ _('actions_crm_no_actions') }}

{% endif %}