zcash-grant-system/backend/grant/templates/emails/staking_contribution_confir...

14 lines
513 B
Plaintext
Raw Normal View History

{% if args.fully_staked %}
{{args.proposal.title}} has been staked for {{args.contribution.amount}} ZEC!
Your proposal will now be forwarded to administrators for approval.
{% else %}
{{ args.proposal.title }} has been partially staked for
{{ args.contribution.amount }} ZEC. This is not enough to
fully stake the proposal. You must send at least
{{ args.stake_target }} ZEC.
{% endif %}
You can view your transaction here:
{{ args.tx_explorer_url }}
Thank you for your help in improving the Zcash ecosystem.