I'm having a problem with the Follow-up module PDF reports, which I need to mail letters.
The variables aren't expanded into the final values. Instead, the content reads like:
Dear ${object.name},
...
Best Regards,
${user.name}
${object.get_followup_table_html() | safe}
The emails work correctly. I guess somehow the module context isn't getting passed to the PDF report? Any solution or troubleshooting tips for me?
Regards,
Dave