{% from "components/email-message.html" import email_message %} {% from "components/sms-message.html" import sms_message %}
Edited by {{ template.get_raw('created_by').name }}
Created on {{ template.get_raw('created_at')|format_datetime }}
Edited on {% if template.get_raw('updated_at') %} {{ template.get_raw('updated_at')|format_datetime }}