{% extends "smart_admin/console.html" %}{% load static i18n %} {% block left %}
{% if connection %} {% for entry in logs %} {% endfor %}
connection {{ connection }}
{{ entry.0 }} {{ entry.1 }}
{% else %} {% for k,v in smtp.items %} {% endfor %} {% csrf_token %}
{{ k }} {{ v }}
{{ form }}
{% endif %}
{% endblock left %}