{% load include_block from wagtailcore_tags %}
{% for action_item in self.action_items %} {# The widthratio below is a hack to do division. #}
{% include_block action_item %}
{% endfor %}