{% if user.is_authenticated %}
{% csrf_token %}
{% endif %} {% block content %}
{% for s in servers %}
{{s.name}}
({{s.status}})
{% endfor %}
{% include 'recipes_list.html' %}
{% endblock %}