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;margin-bottom: 20px;}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\" style=\"text-align:center;\">{% if coop.is_branched %}{% trans 'protocol_number_authorized', decision.id %}{% else %}{% trans 'protocol_number_regular', decision.id %}{% endif %}</h1><p style=\"text-align:center\" class=\"subheader\">{% if meet.type == 'regular' %}{% trans 'annual_regular' %}{% else %}{% trans 'annual_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'general_meeting_name_branched' %}{% else %}{% trans 'general_meeting_name' %}{% endif %}</p><p style=\"text-align:center\">{{vars.full_abbr_genitive}} «{{vars.name}}»</p><p style=\"text-align: right\"> {{ coop.city }}, {{ meta.created_at }}</p><table class=\"about\"><tbody><tr><th>{% trans 'meeting_datetime' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'meeting_format' %}</th><td>{% trans 'meeting_format_value' %}</td></tr><tr><th>{% trans 'registration_datetime' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'voting_deadline' %}</th><td>{% trans 'no_later_than' %} {{ meet.close_at_datetime }}</td></tr></tbody></table><p>{% trans 'quorum_available' %} {% if coop.is_branched %}{% trans 'meeting_legal_for_decisions_branched' %}{% else %}{% trans 'meeting_legal_for_decisions' %}{% endif %} {% trans 'quorum_percent' %} {{ meet.current_quorum_percent }}% {% if coop.is_branched %}{% trans 'from_total_authorized' %}{% else %}{% trans 'from_total_participants' %}{% endif %}.</p><h3 style=\"padding-top: 20px; padding-bottom: 10px; text-align: center;\">{% trans 'agenda' %}</h3><table><tbody>{% 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>{% for question in questions %}<h3 style=\"padding-top: 30px; padding-bottom: 10px; text-align: center;\">{% trans 'decided_by_question', question.number %}:</h3><p>{{ question.decision }}</p><table><tbody><tr><th>{% trans 'votes_for' %}</th><td>{{ question.counter_votes_for }} ({{ question.votes_for_percent }}%)</td></tr><tr><th>{% trans 'votes_against' %}</th><td>{{ question.counter_votes_against }} ({{ question.votes_against_percent }}%)</td></tr><tr><th>{% trans 'votes_abstained' %}</th><td>{{ question.counter_votes_abstained }} ({{ question.votes_abstained_percent }}%)</td></tr><tr><th>{% trans 'decision_status' %}</th><td>{% if question.is_accepted %}{% trans 'decision_accepted' %}{% else %}{% trans 'decision_rejected' %}{% endif %}</td></tr></tbody></table>{% endfor %}<p style=\"padding-top: 20px;\">{% trans 'closing_time', meet.close_at_datetime %}</p><div class=\"signature\" style=\"padding-top: 30px;\"><p>{% trans 'chairman_meeting_signature' %} {{ meet.presider_full_name }}</p><p>{% trans 'signed_digitally' %}</p><p>{% trans 'secretary_meeting_signature' %} {{ meet.secretary_full_name }}</p><p>{% trans 'signed_digitally' %}</p></div></div>" = ...