context: "<style> h1 {margin: 0px; text-align:center;}h3{margin: 0px;padding-top: 15px;text-align: center;}.about {padding: 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; }th {background-color: #f4f4f4;width: 30% !important;max-width: 30% !important;}</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' %}</p><p style=\"text-align:center\">{{ vars.full_abbr_genitive }} «{{ vars.name }}»</p><p style=\"text-align: right; padding-top: 20px;\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</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 style=\"padding-top: 30px; padding-bottom: 10px;\">{% 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 }}{% if member.is_chairman %} ({% trans 'chairman_council_label' %}){% endif %}</td></tr>{% endfor %}</tbody></table><p>{% trans 'quorum_description', decision.voters_percent %}. {% trans 'quorum_available' %}. {% trans 'meeting_legal' %}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'agenda' %}</h3><p>{% trans 'agenda_item' %}. {% if is_repeated %}{% trans 'repeat_convene_meeting_description' %}{% else %}{% trans 'convene_meeting_description' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% if is_repeated %}{% trans 'and_previous_agenda' %}{% else %}{% trans 'and_agenda_namely' %}{% endif %}:</p><table><tbody><tr><th>№</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><p><strong>{% trans 'voting_results_label' %}</strong>: {% trans 'votes_for_label' %} – {{ decision.votes_for }}; {% trans 'votes_against_label' %} - {{ decision.votes_against }}; {% trans 'votes_abstained_label' %} - {{ decision.votes_abstained }}.</p><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'decision_made' %}</h3><p>{% if is_repeated %}{% trans 'repeat_convene_meeting_decision' %}{% else %}{% trans 'convene_meeting_decision' %}{% endif %} {% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_form_branched' %}{% else %}{% trans 'general_meeting_form' %}{% endif %} {{ meet.close_at_datetime }} {% trans 'with_agenda' %}:</p><table><tbody><tr><th>№</th><td>{% trans 'agenda_points' %}</td></tr>{% for question in questions %}<tr><th>{{ question.number }}.</th><td>{{ question.title }}</td></tr>{% if question.context %}<tr><th></th><td><em>{{ question.context }}</em></td></tr>{% endif %}{% endfor %}</tbody></table><hr><p>{% trans 'closing_time', decision.time %}</p><div class=\"signature\"><p>{% trans 'chairman_council_signature' %} {{ coop.chairman.last_name }} {{ coop.chairman.first_name }} {{ coop.chairman.middle_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>" = ...