{% extends "all.html" %} {% block content %} {% include 'settings_menu.html' %}
Destination: {% for email in emails %} {{ email.email}} {% endfor %}