source: remit/remit_templates/vouchers/emails/rfp_submitted.txt

Last change on this file was feed77c, checked in by Alex Dehnert <adehnert@…>, 11 years ago

RFP download/update process (and some tangential changes)

  • Property mode set to 100644
File size: 831 bytes
Line 
1{% load misc %}
2{% autoescape off %}
3Dear {{rfp.payee_name}},
4
5Your RFP has been submitted to MIT's RFP system and assigned the RFP number *{{rfp.rfp_number}}*. In order for the Student Activities Office to process the RFP, they will need print copies of the documentation you uploaded earlier.
6
7If you are in town, please drop off your receipts at SAO (W20-549), labelling them clearly with the RFP number (*RFP {{rfp.rfp_number}}*).
8
9If you are out of town: For purchases made in person, please mail your original receipts to the treasurers. For online purchases, since there is no original receipt, you can just inform the treasurers that they will need to print and deliver your receipt.
10
11RFP details:
12Name:        {{rfp.name}}
13Amount:      {{rfp.item_amount}}
14Description: {{rfp.item_desc}}
15
16Thanks,
17Remit
18{% endautoescape %}
Note: See TracBrowser for help on using the repository browser.