Assigned lead To Recycle lead Lead Mass Mail ${ctx['partner_id'].email|safe} ${(user.email or '')|safe} Fwd: Lead: ${ctx['partner_id'].name} Hello,

We have been contacted by those prospects that are in your region. Thus, the following leads have been assigned to ${ctx['partner_id'].name}:

    % for lead in ctx['partner_leads']:
  1. ${lead.lead_id.name or 'Subject Undefined'}, ${lead.lead_id.partner_name or lead.lead_id.contact_name or 'Contact Name Undefined'}, ${lead.lead_id.country_id and lead.lead_id.country_id.name or 'Country Undefined' }, ${lead.lead_id.email_from or 'Email Undefined'}, ${lead.lead_id.phone or ''}

  2. % endfor
% if ctx.get('partner_in_portal'):

Please connect to your Partner Portal to get details. On each lead are two buttons on the top left corner that you should press after having contacted the lead: "I'm interested" & "I'm not interested".

% else:

You do not have yet a portal access to our database. Please contact ${ctx['partner_id'].user_id and ctx['partner_id'].user_id.email and 'your account manager %s (%s)' % (ctx['partner_id'].user_id.name,ctx['partner_id'].user_id.email) or 'us'}.

% endif

The lead will be sent to another partner if you do not contact the lead before 20 days.

Thanks,

${ctx['partner_id'].user_id and ctx['partner_id'].user_id.signature or ''}
% if not ctx['partner_id'].user_id: PS: It looks like you do not have an account manager assigned to you, please contact us. % endif ]]>