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 %} |
---|
3 | Dear {{rfp.payee_name}}, |
---|
4 | |
---|
5 | Your 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 | |
---|
7 | If 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 | |
---|
9 | If 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 | |
---|
11 | RFP details: |
---|
12 | Name: {{rfp.name}} |
---|
13 | Amount: {{rfp.item_amount}} |
---|
14 | Description: {{rfp.item_desc}} |
---|
15 | |
---|
16 | Thanks, |
---|
17 | Remit |
---|
18 | {% endautoescape %} |
---|
Note: See
TracBrowser
for help on using the repository browser.