Riverworks Logo

Magic Forms Mail Template

October CMS

This will help fix the table overlapping on small screens and it will fix the apostrophe showing up as an html numerical character.

<h3>Record #{{ id}}</h3>

{% for label,value in data %}
    <p><strong>{{ label|replace({'_':' '})|capitalize }}:</strong> {% if value is iterable %}{% for val in value %}{{ val|raw|nl2br }}{% if not loop.last %}, {% endif %}{% endfor %}{% else %}{{ value|raw|nl2br }}{% endif %}</p>
{% endfor %}