{% from "components/email-message.html" import email_message %} {% from "components/sms-message.html" import sms_message %}
{% if template.get_raw('version', 1) > 1 %} Updated on{% if template.get_raw('updated_at', None) %}{{ template.get_raw('updated_at')|format_datetime_normal }}{% endif %} {% else %} Created on{% if template.get_raw('created_at', None) %}{{ template.get_raw('created_at')|format_datetime_normal }}{% endif %} {% endif %} By {{ template.get_raw('created_by').name }}