{% extends "base.html" %} {% block title %}Info Room{% endblock title %} {% block static %} {% endblock static %} {% block content %} {% if room %} {% if form %}
{% csrf_token %} {{ form.non_field_errors }} {% for field in form %}
{{ field.label_tag }} {{ field }}
{{ field.errors }} {% endfor %}

{% else %} ❌ {% endif %} {% else %} :( {% endif %} {% endblock content %} {% block footer %}
🏠

Home

🏠

Home

🏠

Home

{% endblock footer %}