storyboard/storyboard/plugin/email/templates/story/PUT.txt

13 lines
173 B
Plaintext

Story "{{resource.title}}" was updated by {{author.full_name}}:
{% for key, value in before.items() %}
Property: {{key}}
From:
{{value}}
To:
{{after[key]}}
{% endfor %}