jobs-not-notified.twig 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <h3>{{ strings.title }}</h3> <p>{{ strings.body }}</p> <ul> {% for job in strings.jobs %} <li>{{ job }}</li> {% endfor %} </ul> <p>{{ strings.bottom | raw }}</p>