cooptypes - v2026.8.22-3
    Preparing search index...
    context: "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.digital-document {padding: 20px;white-space: pre-wrap;}table {width: 100%;border-collapse: collapse;}th, td {border: 1px solid #ccc;padding: 8px;text-align: left;word-wrap: break-word; overflow-wrap: break-word; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</style><div class=\"digital-document\"><div style=\"text-align: right;\">{% trans 'FROM_PARTICIPANT_LABEL' %} {{ user.full_name_or_short_name }}</div><div style=\"text-align: right; padding-bottom: 20px;\">{{ coop.city }}, {{ meta.created_at }}</div><h1 style=\"text-align:center;\">{% trans 'BALLOT_TITLE' %}</h1><p>{% trans 'REQUEST_VOTE_TEXT', vars.name %}:</p>{% for question in questions %}{% for answer in answers %}{% if answer.id == question.id %}<h3 style=\"padding-top: 30px; padding-bottom: 10px; text-align: center;\">{% trans 'DECISION_BY_QUESTION', question.number %}</h3><table><tbody><tr><th>{% trans 'decision_text' %}</th><td>{{ question.decision }}</td></tr>{% if question.context %}<tr><th>{% trans 'context_label' %}</th><td><em>{{ question.context }}</em></td></tr>{% endif %}<tr><th></th><td><table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width: 100%; border: none; margin-top: 10px;\"><tr><td style=\"border: none; width: 80px; padding: 5px;\"><span style=\"font-size: 34px; margin-right: 8px;\">{% if answer.vote == 'for' %}<span style=\"font-weight: bold;\">☒</span>{% else %}☐{% endif %}</span><span>{% trans 'vote_for' %}</span></td><td style=\"border: none; width: 120px; padding: 5px;\"><span style=\"font-size: 34px; margin-right: 8px;\">{% if answer.vote == 'against' %}<span style=\"font-weight: bold;\">☒</span>{% else %}☐{% endif %}</span><span>{% trans 'vote_against' %}</span></td><td style=\"border: none; width: 150px; padding: 5px;\"><span style=\"font-size: 34px; margin-right: 8px;\">{% if answer.vote == 'abstained' %}<span style=\"font-weight: bold;\">☒</span>{% else %}☐{% endif %}</span><span>{% trans 'vote_abstained' %}</span></td><td style=\"border: none;\"></td></tr></table></td></tr></tbody></table>{% endif %}{% endfor %}{% endfor %}<div class=\"signature\" style=\"padding-top: 30px;\"><p>{% trans 'PARTICIPANT_SIGNATURE_LABEL' %} {{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div>" = ...