{% load wagtailcore_tags %}
{% with self.buttons|length as num_of_buttons %} {% for button in self.buttons %} {% if button.title %}{% endif %} {% endfor %} {% endwith %}
{% if self.paragraph %}{{ self.paragraph|richtext }}{% endif %}