{% extends 'base.html' %} {% block content %}

{{ host.host_name }}:{{ host.port }}

Статус {% if host.status == True %} ON {% else %} OFF {% endif %}
Обновлен {{ host.updated|date:"d.m.Y." }}
{% endblock %}