<!-- Provide a general summary of the issue in the Title above. --> Issue Type ---------- <!-- Define the type of issue you are reporting. --> - Feature request Current Behavior ---------------- <!-- Tell us what is currently happening. --> The frontend uses the data from the `/place` endpoint to render the email template. Expected Behavior ----------------- <!-- If you are reporting a bug, tell us what should happen. If you are suggesting a change/improvement, tell us how it should work, how it differs from the current implementation. --> Filling the email template should happen in the backend, not the frontend. Possible Solution ----------------- <!-- Suggest a fix/reason for the bug, or ideas how to implement the addition or change. Delete if not applicable/relevant. --> Use a Jinja2 template.