{% for p in personas %}
{% if p.bg_img %}{% endif %}
{% if p.badge_outer_img %}{% endif %} {% if p.badge_inner_img %}{% endif %}
{% if p.label_line1 %}{{ p.label_line1 }}{% endif %} {% if p.label_line2 %}{{ p.label_line2 }}{% endif %}
{% for b in p.bullets %}
{% if p.bullet_icon %}{% endif %} {{ b.text|safe }}
{% endfor %}
{% if p.photo_img %}
{% endif %}
{% endfor %}