{% extends 'base.html' %} {% block content %} {% for obj in object_list %} {% endfor %}
Хост Порт Статус Изменен
{{ obj.host_name }} {{ obj.port }} {% if obj.status == True %} ON {% else %} OFF {% endif %} {{ obj.updated|date:"d.m.Y." }}
{% endblock %}