context: "<style>h1 {margin: 0px;text-align:center;}h3{margin: 0px;padding-top: 15px;}.about {padding: 20px;}.about p{margin: 0px;}.signature {padding-top: 20px;}.digital-document {padding: 20px;white-space: pre-wrap;}.subheader {padding-bottom: 20px;}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;word-break: break-all;}th {background-color: #f4f4f4;width: 30%;font-weight: bold;}.property-table {margin-top: 20px;}.property-table th {width: auto;}</style><div class=\"digital-document\"><h1 class=\"header\">{% trans 'protocol_number', decision.id %}</h1><p style=\"text-align:center\" class=\"subheader\">{% trans 'council_meeting_name' %} {{ vars.full_abbr_genitive }} \"{{ vars.name }}\"</p><p style=\"text-align: right\"> {{ meta.created_at }}, {{ coop.city }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'meeting_place' %}</th><td>{{ coop.full_address }}</td></tr><tr><th>{% trans 'meeting_date' %}</th><td>{{ decision.date }}</td></tr><tr><th>{% trans 'opening_time' %}</th><td>{{ decision.time }}</td></tr></tbody></table><h3>{% trans 'council_members' %}</h3><table><tbody>{% for member in coop.members %}<tr><th>{% if member.is_chairman %}{% trans 'chairman_of_the_council' %}{% else %}{% trans 'member_of_the_council' %}{% endif %}</th><td>{{ member.last_name }} {{ member.first_name }} {{ member.middle_name }}</td></tr>{% endfor %}</tbody></table><h3>{% trans 'meeting_legality' %}</h3><p>{% trans 'voting_results', decision.voters_percent %} {% trans 'quorum' %} {% trans 'chairman_of_the_meeting', coop.chairman.last_name, coop.chairman.first_name, coop.chairman.middle_name %}.</p><h3>{% trans 'agenda' %}</h3><table><tbody><tr><th>№</th><td>{% trans 'question' %}</td></tr><tr><th>1</th><td>{% trans 'agenda_text', common_user.full_name_or_short_name, result_short_hash, contributor_contract_number, contributor_contract_created_at, blagorost_agreement_number, blagorost_agreement_created_at %}</td></tr></tbody></table><h3>{% trans 'hearing' %}</h3><p>{% trans 'hearing_text', coop.chairman.last_name, coop.chairman.first_name, coop.chairman.middle_name, common_user.full_name_or_short_name, result_short_hash, contributor_contract_number, contributor_contract_created_at, blagorost_agreement_number, blagorost_agreement_created_at %}.</p><h3>{% trans 'voting' %}</h3><p>{% trans 'vote_results' %}</p><table><tbody><tr><th>{% trans 'votes_for' %}</th><td>{{ decision.votes_for }}</td></tr><tr><th>{% trans 'votes_against' %}</th><td>{{ decision.votes_against }}</td></tr><tr><th>{% trans 'votes_abstained' %}</th><td>{{ decision.votes_abstained }}</td></tr></tbody></table><h3>{% trans 'decision_made' %}</h3><p>1. {% trans 'decision_text_simple', common_user.full_name_or_short_name, result_short_hash, contributor_contract_number, contributor_contract_created_at, blagorost_agreement_number, blagorost_agreement_created_at %}</p><table class=\"property-table\"><tr><th>{% trans 'property_name' %}</th><td>{% trans 'share_contribution' %} \"{{ project_name }}\" {% trans 'component' %} \"{{ component_name }}\"</td></tr><tr><th>{% trans 'property_form' %}</th><td>{% trans 'property_form_text' %} {{ percent_of_result }}% {% trans 'in_copyright_object' %} № {{ contributor_contract_number }}</td></tr><tr><th>{% trans 'description' %}</th><td>{% trans 'description_text' %} {{ percent_of_result }}% {% trans 'in_copyright_object_short' %}, {% trans 'namely' %} c9s://{{ result_hash }}</td></tr><tr><th>{% trans 'purpose' %}</th><td>{% trans 'purpose_text' %} № {{ contributor_contract_number }}</td></tr><tr><th>{% trans 'other_characteristics' %}</th><td>{% trans 'other_characteristics_text' %} №{{ result_hash }}.</td></tr></table><table class=\"property-table\"><tr><th>{% trans 'number_pp' %}</th><td>1</td></tr><tr><th>{% trans 'name_details' %}</th><td>{% trans 'property_description' %} {{ percent_of_result }}% {% trans 'in_copyright_object_short' %}</td></tr><tr><th>{% trans 'unit' %}</th><td>{% trans 'share' %}</td></tr><tr><th>{% trans 'quantity' %}</th><td>{{ percent_of_result }}%</td></tr><tr><th>{% trans 'total_cost' %}</th><td>{{ total_amount }}</td></tr><tr style=\"font-weight: bold;\"><th>{% trans 'total' %}</th><td>{{ percent_of_result }}% / {{ total_amount }}</td></tr></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'signature' %}</p><p>{% trans 'chairman' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p></div></div>" = ...