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: center\">\n <h1 class=\"header\">{% trans 'memo_title' %}</h1>\n <p class=\"subheader\">{% trans 'memo_subheader', branch_name %}</p>\n </div>\n\n <p>{% trans 'preamble', program.name, 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 'confirmation' %}</p>\n\n <p>{% trans 'signature' %}</p>\n <p style=\"margin: 0px\">{% trans 'chairman_of_branch', branch_name %} {{ chairman.full_name_or_short_name }}</p>\n <p style=\"margin: 0px\">{{ meta.created_at }}</p>\n</div>\n" = ...