{% extends "base.html" %} {% block content %}
{% if contacts %}
{% for c in contacts %} {% endfor %}
{% endif %}
Cancel
{% endblock %}