{% if category.icon %}
{% image category.icon max-75x75 as icon %}
{% endif %}
{{ category.name }}
{% if category.description %}
{{ category.description|richtext }}
{% endif %}
{% for point in category.point_list %}
{% include 'styleguide2/includes/molecules/popouts/popout_point.html' with name=point.title content=point.content guarantor_page=point.guarantor is_outside_block=True %}
{% endfor %}