The following expenditure was ${op|n,unicode}:

${expenditure.amount|n,unicode} paid for by ${expenditure.spender|n,unicode}

Description:
${expenditure.description|n,unicode}

The shares of this expenditure are:
% for split in expenditure.splits:
${split.user|n,unicode}: ${split.share|n,unicode}
% endfor

To view or edit this expenditure, visit:
${h.url_for(controller='spend', action='edit', id=expenditure.id, qualified=True)}
