You are here

digestmail.html.twig in Open Social 8.5

<h3>{{ notification_count }}</h3>

<ul>
    {% for notification in notifications %}
        <li>{{ notification|striptags('<a><strong>')|raw }}</li>
    {% endfor %}
</ul>

<p>&nbsp;</p>

<p><small>{{ notification_settings|striptags('<a><strong>')|raw }}</small></p>

File

modules/custom/activity_send/modules/activity_send_email/templates/digestmail.html.twig
View source
  1. <h3>{{ notification_count }}</h3>
  2. <ul>
  3. {% for notification in notifications %}
  4. <li>{{ notification|striptags('<a><strong>')|raw }}</li>
  5. {% endfor %}
  6. </ul>
  7. <p>&nbsp;</p>
  8. <p><small>{{ notification_settings|striptags('<a><strong>')|raw }}</small></p>