yandex_lyceum/WEB. HTML 2/templates/distribution.html
2025-06-30 12:38:59 +03:00

8 lines
No EOL
312 B
HTML

{% extends "base_two.html" %}
{% block content2 %}
<h1 align="center">Размещение по каютам</h1>
{% for user in users %}
<h3>{{ user }} - Каюта № {{ loop.index }} {% if loop.first %} - первый в очереди {% endif %}</h3>
{% endfor %}
{% endblock %}