{% extends 'base_admin.html.twig' %} {% block title %}Edit Contribution{% endblock %} {% block body %}
Shareholder: {{ contribution.shareholder.fullName }}
Initial Investment: {{ contribution.shareholder.getInvestmentAmountForPub( fundraise.pub ) |number_format }}
Requested contribution: {{ contribution.fundraise.pub.fundRaisePercent *100 }}%
Requested contribution pro-rata (£): {{ (contribution.fundraise.pub.fundRaisePercent * contribution.shareholder.getInvestmentAmountForPub(fundraise.pub)) |number_format }}
Interest rate on pref shares: {{ contribution.fundraise.pub.prefShareInterestRate *100 }}%
Interest rate on excess over pro-rata amount: {{ (contribution.fundraise.pub.prefShareInterestRate+0.03) *100 }}%