{% extends "wedding/blocks/base.html" %} {% load static %} {% block title %} Wedding Party {% endblock %} {% block content %}

#team

{{ gridesmaids.text }}

{% for gridesmaid in gridesmaids.team %}

{{ gridesmaid.name }}
{{ gridesmaid.title }}

{{ gridesmaid.name }} :D
{% endfor %}

{{ broomsmen.text }}

{% for broomsman in broomsmen.team %}

{{ broomsman.name }}
{{ broomsman.title }}

{{ broomsman.name }} :3
{% endfor %}

Credits

{{ credits.text }}

{% for item in credits.people %}

{{ item.name }}
{{ item.title }}

{% if item.static_img %} {{ item.name }} :3 {% endif %} {% if item.description %}

{{ item.description }}

{% endif %}
{% endfor %}
{% endblock %}