mirror of
https://github.com/EDeev/yandex_lyceum.git
synced 2026-06-15 19:11:03 +03:00
8 lines
No EOL
312 B
HTML
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 %} |