82 | | 1. The Email Generating Function is available [https://github.com/sahana/eden/blob/master/modules/templates/SAMBRO/config.py#L996 here] |
83 | | 1. The SMS Generating function is available [https://github.com/sahana/eden/blob/master/modules/templates/SAMBRO/config.py#L1156 here] |
| 82 | 1. The Email Generating Function is called ''get_html_email_content'' and is available [https://github.com/sahana/eden/blob/master/modules/templates/SAMBRO/config.py#L996 here] |
| 83 | 1. The SMS Generating function is called ''get_sms_content'' and is available [https://github.com/sahana/eden/blob/master/modules/templates/SAMBRO/config.py#L1156 here] |
| 84 | 1. The email heading generating function is called ''get_email_subject'' and is available [https://github.com/sahana/eden/blob/master/modules/templates/SAMBRO/config.py#L1130 here] |