{% extends 'base_theme.html' %} {% load thumbnail %} {% block content %} {% for agent in agents %}
{% thumbnail agent.image "75x75" crop="center" as image %} {{ agent.name }} {% endthumbnail %}
{{ agent }}
Tel.: {{ agent.phone }}
Cell: {{ agent.cellphone }}
Email: {{ agent.user.email }}
{% if not forloop.last %}
{% endif %} {% endfor %} {% endblock %}