You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: include total_grantee_reimbursement_amount in invitation letter template
Add the grant's total_grantee_reimbursement_amount as a template variable
available in invitation letter dynamic documents. This allows the invitation
letter to display the post-conference reimbursement amount for grantees.
Changes:
- Add total_grantee_reimbursement_amount property to InvitationLetterRequest
model (returns None if no grant, otherwise delegates to the grant model)
- Pass total_grantee_reimbursement_amount in the template context for
dynamic document rendering
- Add tests for the new property and template variable rendering
Closes#4550
Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
0 commit comments