cooptypes - v2026.8.22-3
    Preparing search index...
    context: "<style>\nh1 {\n margin: 0px;\n text-align: center;\n}\n.digital-document {\n padding: 20px;\n white-space: pre-wrap;\n}\n.subheader {\n padding-bottom: 20px;\n}\ntable {\n width: 100%;\n border-collapse: collapse;\n}\nth, td {\n border: 1px solid currentColor;\n padding: 8px;\n text-align: left;\n word-wrap: break-word;\n overflow-wrap: break-word;\n}\n</style>\n\n<div class=\"digital-document\">\n <div style=\"text-align: right\">\n <p style=\"margin: 0px !important\">{% trans 'v_soviet' %} {{ vars.full_abbr_genitive }} \"{{ vars.name }}\"</p>\n <p style=\"margin: 0px !important\">{% trans 'from_chairman' %} {{ chairman.full_name_or_short_name }}</p>\n </div>\n\n <div style=\"text-align: center\">\n <h1 class=\"header\">{% trans 'statement_title' %}</h1>\n <p class=\"subheader\">{% trans 'statement_subheader', program.name %}</p>\n </div>\n\n <p style=\"text-align: right; margin: 0px\">{% trans 'place', coop.city %}</p>\n\n <p>{% trans 'preamble', cycle_started_at %}</p>\n\n <table>\n <tbody>\n <tr>\n <td style=\"font-weight: bold\">№</td>\n <td style=\"font-weight: bold\">{% trans 'col_asset' %}</td>\n <td style=\"font-weight: bold\">{% trans 'col_quantity' %}</td>\n <td style=\"font-weight: bold\">{% trans 'col_unit' %}</td>\n <td style=\"font-weight: bold\">{% trans 'col_amount' %}</td>\n <td style=\"font-weight: bold\">{% trans 'col_reason' %}</td>\n </tr>\n {% for it in items %}\n <tr>\n <td>{{ forloop.counter }}</td>\n <td>{{ it.asset_title }}</td>\n <td>{{ it.quantity }}</td>\n <td>{{ it.unit }}</td>\n <td>{{ it.amount }}</td>\n <td>{{ it.reason }}</td>\n </tr>\n {% endfor %}\n <tr>\n <td colspan=\"4\" style=\"font-weight: bold\">{% trans 'total' %}</td>\n <td style=\"font-weight: bold\">{{ total_amount }}</td>\n <td></td>\n </tr>\n </tbody>\n </table>\n\n <p>{% trans 'signature' %}</p>\n <p style=\"margin: 0px\">{{ chairman.full_name_or_short_name }}</p>\n <p style=\"margin: 0px\">{{ meta.created_at }}</p>\n</div>\n" = ...