{% for e in events %} {{ e.timestamp[:19] }} {{ e.actor }} {{ e.action }} {{ e.target }} {% endfor %} {% if not events %} No matching events. Run nx index repo . to generate activity. {% endif %}