I know that doesn't look like much, but I'm still new to this so it doesn't take much to get me to a place where I'm scratching my head.
In any event...
That "for" loop is what's feeding the "date" and the "notes" that you see below.
What I need to do is reformat that date. So, my plan is to grab the date as it's coming in, reformat it and then print it. So, the first step is to grab the date and I tried this (code in bold):
{% for key, val in activity.meta %} <div class="box-item"> [b]{% if key=="date" }} good times {{ %endif %}}[/b] <strong>{{key}}</strong>:<span>{{val}}</span> </div> {% endfor %}
Error compiling twig template C:\wamp64\www\bSmart\views\partials\company-slide-out\history-tab.html.twig:
TwigException: Twig.expression.type.variable cannot follow a Twig.expression.type.object.end at template:13 near 'good...'