{% extends widget.get_base_template %}
{% load i18n %}
{% load thumbnail %}
{% load leonardo_tags %}
{% block content %}
{% for object in widget.get_team %}
{% thumbnail object.photo "250x250" crop="center" format="PNG" as image %}
{% endthumbnail %}
{% endfor %}
{% endblock %}