{% extends "base.html" %} {% load thumbnail %} {% block title %}{{ object.get_full_name }} - {{ block.super }}{% endblock %} {% block content %}
{% for role in rolegroup.list %} {{ role.church.name }}{% if not forloop.last %}, {% endif %} {% endfor %}