{% extends "layout.html" %} {% block content %} {% autoescape off %}

Delete Old Avatars!

{% for avatar in avatars %}

Delete?

{% endfor %}
{% endautoescape %} {% endblock %}