{% load staticfiles %} {% load thumbnail %}
{% endif %}
{% elif request.user.is_customer %}
{% if request.user.avatar %}
{% thumbnail request.user.avatar "75x75" crop="center" as im %}
{% endif %}
{% endif %}