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\"><div style=\"padding-bottom: 30px;\"><h1 style=\"text-align:center\">{% trans 'AGENDA_PROPOSAL_TITLE' %}</h1><p style=\"text-align:center\">{% if is_repeated %}{% trans 'REPEATED' %} {% endif %}{% if meet.type == 'regular' %}{% trans 'ANNUAL_REGULAR' %}{% else %}{% trans 'ANNUAL_extra' %}{% endif %} {% if coop.is_branched %}{% trans 'GENERAL_MEETING_REPRESENTATIVES' %}{% else %}{% trans 'GENERAL_MEETING_SHAREHOLDERS' %}{% endif %}</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></div><table class=\"about\"><tbody><tr><th>{% trans 'MEETING_DATETIME_LABEL' %}</th><td>{{ meet.open_at_datetime }}</td></tr><tr><th>{% trans 'MEETING_FORMAT_LABEL' %}</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><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'AGENDA_QUESTIONS' %}</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><h3 style=\"padding-top: 30px; padding-bottom: 10px;\">{% trans 'PROJECT_DECISIONS' %}</h3><table><tbody>{% for question in questions %}<tr><th>{% trans 'PROJECT_DECISION_LABEL' %} {{ question.number }}</th><td>{{ question.decision }}</td></tr>{% endfor %}</tbody></table><div class=\"signature\"><div style=\"padding-top: 20px;\"><p>{{ user.full_name_or_short_name }}</p><p>{% trans 'SIGNED_DIGITALLY' %}</p></div></div></div>" = ...