{{ pform.hidden_tag() }} {{ pform.title.label }} {{ pform.title() }} {{ pform.photos.label }} {{ pform.photos() }} {{ pform.body.label }} {% autoescape false %} {{ editor('post-body') }} {% endautoescape %} {{ pform.body(cols=36, rows=10) }}
{% for p in posts %}
№{{ p.id }}
{{ p.title }}
{{ p.dt }}
{{ p.body }}
{% endfor %}
{{ about.hidden_tag() }}
{% for p in photos %} {% endfor %}
{{ about.photos.label }} {{ about.photos() }} {{ about.text.label }} {% autoescape false %} {{ editor('about-text') }} {% endautoescape %} {{ about.text(cols=64, rows=16) }}
{% if config.reg_allow %} {% else %} {% endif %}
{% for c in columns %} {% endfor %} {% for item in rform %} {% with r = item.__dict__ %} {% for c in columns %} {% with count = (r.count or 0) | int %} {% with children = (r.children or 0) | int %} {% if c.key == 'actions' %} {% elif c.key == 'adults' %} {% elif c.key == 'children' %} {% elif c.key == 'dates' or c.key == 'house' %} {% elif c.key == 'friends' %} {% elif c.key == 'cost' %} {% else %} {% endif %} {% endwith %} {% endwith %} {% endfor %} {% endwith %} {% endfor %}
{{ c.title }}
  • OK
{% for a in config.actions %} {% if a == 'm' %} {% elif a == 'p' %} {% elif a == 'n' %} {{ format_phone(r.phone) }} {% elif a == 'v' %} {% elif a == 'c' %} {% endif %} {% endfor %} {{ count - children }} {{ children }} {% with value = r[c.key] or -1 %} {% with table = housedb if c.key == 'house' else dates %} {% with attr = 'price' if c.key == 'house' else 'id' %} {% with lst = table | selectattr(attr,'==',value) %} {{ (lst | first).title }} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% if r.friends %} {{ r.friends }} {% endif %} {{ r[c.key] }}
{{ sform.hidden_tag() }}
{{ sform.year.label }} {{ sform.year() }} {% for sh in sform.shifts %} {{ sh }} {% endfor %}
{% for h in sform.houses %} {{ h }} {% endfor %}
{{ sform.meal.label }} {{ sform.meal() }} {{ sform.child.label }} {{ sform.child() }} {{ sform.parent.label }} {{ sform.parent() }}
{{ sform.name.label }} {{ sform.name() }} {{ sform.photos.label }} {{ sform.photos() }} {{ sform.embed.label }} {{ sform.embed() }}
Регистрационная БД
Excel
Регистр. БД (основные данные)
CSV Excel
Регистр. БД (родители)
CSV Excel
Регистр. БД (дети)
CSV Excel
Все посты (текст)
CSV Excel
Все изображения
ZIP
{{ aform.hidden_tag() }} {{ aform.oldpswd.label }} {{ aform.oldpswd() }} {{ aform.newpswd.label }} {{ aform.newpswd() }} {{ aform.confirm.label }} {{ aform.confirm() }}