wbmailing 2.2.5__py2.py3-none-any.whl → 2.2.6__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of wbmailing might be problematic. Click here for more details.

@@ -0,0 +1,294 @@
1
+ {% load i18n %}
2
+
3
+ <html>
4
+
5
+ <head>
6
+ <meta charset="utf-8">
7
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
8
+ <title>{% translate "Atonra Research Newsletter" %}</title>
9
+ <meta name="viewport" content="width=device-width, initial-scale=1">
10
+ <style type="text/css">
11
+ /**
12
+ * Google webfonts. Recommended to include the .woff version for cross-client compatibility.
13
+ */
14
+ @media screen {
15
+ @font-face {
16
+ font-family: 'Source Sans Pro';
17
+ font-style: normal;
18
+ font-weight: 400;
19
+ src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
20
+ }
21
+
22
+ @font-face {
23
+ font-family: 'Source Sans Pro';
24
+ font-style: normal;
25
+ font-weight: 700;
26
+ src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
27
+ }
28
+ }
29
+
30
+ /**
31
+ * Avoid browser level font resizing.
32
+ * 1. Windows Mobile
33
+ * 2. iOS / OSX
34
+ */
35
+ body,
36
+ table,
37
+ td,
38
+ a {
39
+ -ms-text-size-adjust: 100%;
40
+ /* 1 */
41
+ -webkit-text-size-adjust: 100%;
42
+ /* 2 */
43
+ }
44
+
45
+ /**
46
+ * Remove extra space added to tables and cells in Outlook.
47
+ */
48
+ table,
49
+ td {
50
+ mso-table-rspace: 0pt;
51
+ mso-table-lspace: 0pt;
52
+ }
53
+
54
+ /**
55
+ * Better fluid images in Internet Explorer.
56
+ */
57
+ img {
58
+ -ms-interpolation-mode: bicubic;
59
+ }
60
+
61
+ /**
62
+ * Remove blue links for iOS devices.
63
+ */
64
+ a[x-apple-data-detectors] {
65
+ font-family: inherit !important;
66
+ font-size: inherit !important;
67
+ font-weight: inherit !important;
68
+ line-height: inherit !important;
69
+ color: inherit !important;
70
+ text-decoration: none !important;
71
+ }
72
+
73
+ /**
74
+ * Fix centering issues in Android 4.4.
75
+ */
76
+ div[style*="margin: 16px 0;"] {
77
+ margin: 0 !important;
78
+ }
79
+
80
+ body {
81
+ width: 100% !important;
82
+ height: 100% !important;
83
+ padding: 0 !important;
84
+ margin: 0 !important;
85
+ }
86
+
87
+ /**
88
+ * Collapse table borders to avoid space between cells.
89
+ */
90
+ table {
91
+ border-collapse: collapse !important;
92
+ }
93
+
94
+ a {
95
+ color: #1a82e2;
96
+ }
97
+
98
+ img {
99
+ height: auto;
100
+ line-height: 100%;
101
+ text-decoration: none;
102
+ border: 0;
103
+ outline: none;
104
+ }
105
+ </style>
106
+
107
+ </head>
108
+
109
+ <body style="background-color: #eaf2ff;">
110
+ <!-- start body -->
111
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
112
+
113
+ <!-- start logo -->
114
+ <tr>
115
+ <td align="center" bgcolor="#eaf2ff">
116
+ <!--[if (gte mso 9)|(IE)]>
117
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="800">
118
+ <tr>
119
+ <td align="center" valign="top" width="800">
120
+ <![endif]-->
121
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="width:800px;max-width:800px;">
122
+ <tr>
123
+ <td align="center" valign="top" style="padding-top: 36px;">
124
+ <img src="https://atonra.fra1.digitaloceanspaces.com/public/atonra_banderol.png" border="0"
125
+ width="800" style="display: block; width:800px; max-width:800px;height: auto;">
126
+ </td>
127
+ </tr>
128
+ </table>
129
+ <!--[if (gte mso 9)|(IE)]>
130
+ </td>
131
+ </tr>
132
+ </table>
133
+ <![endif]-->
134
+ </td>
135
+ </tr>
136
+ <!-- end logo -->
137
+
138
+ <!-- start hero -->
139
+ <tr>
140
+ <td align="center" bgcolor="#eaf2ff">
141
+ <!--[if (gte mso 9)|(IE)]>
142
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="800">
143
+ <tr>
144
+ <td align="center" valign="top" width="800">
145
+ <![endif]-->
146
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:800px;">
147
+ <tr>
148
+ <td align="left" bgcolor="#ffffff"
149
+ style="padding: 26px 24px 0; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;">
150
+ <h1
151
+ style="margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -1px; line-height: 48px;">
152
+ {{salutation}},
153
+ </h1>
154
+ <p>{% blocktranslate %}The monthly factsheets for our various equity portfolios have just been updated. Please find a quick summary below.</p>
155
+ <p>If you want more detailed data or the factsheet as a pdf, please visit our interactive factsheets {% endblocktranslate %}<a href="https://atonra.stainly-bench.com/public/factsheet">{% translate "here" %}</a>.</p>
156
+ </td>
157
+ </tr>
158
+ </table>
159
+ <!--[if (gte mso 9)|(IE)]>
160
+ </td>
161
+ </tr>
162
+ </table>
163
+ <![endif]-->
164
+ </td>
165
+ </tr>
166
+ <!-- end hero -->
167
+
168
+ <!-- start copy block -->
169
+ <tr>
170
+ <td align="center" bgcolor="#eaf2ff">
171
+ <!--[if (gte mso 9)|(IE)]>
172
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="800">
173
+ <tr>
174
+ <td align="center" valign="top" width="800">
175
+ <![endif]-->
176
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:800px;">
177
+
178
+ <!-- start copy -->
179
+ <tr>
180
+ <td align="left" bgcolor="#ffffff"
181
+ style="padding: 24px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px;">
182
+ <a href="https://atonra.stainly-bench.com/public/factsheet">
183
+ <img src={{content|safe}}
184
+ border="0" width="752"
185
+ style="display: block; width:752px; max-width:752px;height: auto;">
186
+ </a>
187
+ </td>
188
+ </tr>
189
+ <!-- end copy -->
190
+
191
+ <!-- start copy -->
192
+ <tr>
193
+ <td align="left" bgcolor="#ffffff"
194
+ style="padding: 0 24px 24px 24px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; border-bottom: 3px solid #d4dadf">
195
+ <p style="margin: 0;">{% translate "Best Regards," %}</p>
196
+ <p style="margin: 0;">{% translate "The AtonRâ Partners Team." %}</p>
197
+ </td>
198
+ </tr>
199
+ <!-- end copy -->
200
+
201
+ </table>
202
+ <!--[if (gte mso 9)|(IE)]>
203
+ </td>
204
+ </tr>
205
+ </table>
206
+ <![endif]-->
207
+ </td>
208
+ </tr>
209
+ <!-- end copy block -->
210
+
211
+ <!-- start footer -->
212
+ <tr>
213
+ <td align="center" bgcolor="#eaf2ff" style="padding: 24px;">
214
+ <!--[if (gte mso 9)|(IE)]>
215
+ <table align="center" border="0" cellpadding="0" cellspacing="0" width="800">
216
+ <tr>
217
+ <td align="center" valign="top" width="800">
218
+ <![endif]-->
219
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:800px;">
220
+
221
+ <!-- start permission -->
222
+ <tr>
223
+ <td align="center" bgcolor="#eaf2ff"
224
+ style="padding: 12px 24px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666;">
225
+ <p style="margin: 0;" style="text-align: center">
226
+ <b>{% blocktranslate %}AtonRâ Partners SA</b><br />
227
+ 7, rue de la Croix d’Or, 1204 Geneva, Switzerland{% endblocktranslate %}<br />
228
+ </p>
229
+ <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width:800px;">
230
+ <tr>
231
+ <td align="center" bgcolor="#eaf2ff"
232
+ style="width:33%; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666;">
233
+ 🌍: <a href="https://www.atonra.ch" target="_blank">https://www.atonra.ch</a>
234
+ </td>
235
+ <td align="center" bgcolor="#eaf2ff"
236
+ style="width:33%; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666;">
237
+ @: <a href="mailto:team@atonra.ch">team@atonra.ch</a>
238
+ </td>
239
+ <td align="center" bgcolor="#eaf2ff"
240
+ style="width:33%; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666;">
241
+ ☎️: <a href="tel:+41-229-061-616">+41 22 906 16 16</a>
242
+ </td>
243
+ </tr>
244
+ </table>
245
+ </td>
246
+ </tr>
247
+ <tr>
248
+ <td align="center" bgcolor="#eaf2ff"
249
+ style="padding: 12px 24px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666;">
250
+ <p style="margin: 0;" style="text-align: center">{% blocktranslate %}<b>About AtonRâ Partners:</b> AtonRâ
251
+ Partners is an asset management
252
+ company, founded in
253
+ 2004 with head office in Geneva, incorporated under Swiss law, duly approved by the
254
+ Swiss Financial
255
+ Market Supervisory Authority (FINMA) under the Swiss Collective Investment Schemes Act.
256
+ AtonRâ
257
+ Partners is a conviction-driven asset manager combining industrial and scientific
258
+ research with
259
+ financial analysis. AtonRâ Partners focuses on long-term trends powerful enough to be
260
+ turned into
261
+ thematic equity portfolios.</p>{% endblocktranslate %}
262
+ </td>
263
+ </tr>
264
+ <!-- end permission -->
265
+
266
+ <!-- start unsubscribe -->
267
+ <tr>
268
+ <td align="center" bgcolor="#eaf2ff"
269
+ style="padding: 12px 24px; font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #666;">
270
+ {% if unsubscribe %}
271
+ <p style="margin: 0;" style="text-align: center">{% translate "If you receive this email because you are
272
+ subscribed to our mailing list:
273
+ Please feel free to " %}{{unsubscribe|safe}} </p>
274
+ {% endif %}
275
+ </td>
276
+ </tr>
277
+ <!-- end unsubscribe -->
278
+
279
+ </table>
280
+ <!--[if (gte mso 9)|(IE)]>
281
+ </td>
282
+ </tr>
283
+ </table>
284
+ <![endif]-->
285
+ </td>
286
+ </tr>
287
+ <!-- end footer -->
288
+
289
+ </table>
290
+ <!-- end body -->
291
+
292
+ </body>
293
+
294
+ </html>
@@ -0,0 +1,24 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <title>{{ title }}</title>
6
+ <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
7
+ </head>
8
+ <body>
9
+ <div>
10
+ {% block content %}
11
+ {% endblock content %}
12
+ </div>
13
+ <script
14
+ src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
15
+ integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
16
+ crossorigin="anonymous">
17
+ </script>
18
+ <script
19
+ src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
20
+ integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
21
+ crossorigin="anonymous">
22
+ </script>
23
+ </body>
24
+ </html>
@@ -1,5 +1,5 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: wbmailing
3
- Version: 2.2.5
3
+ Version: 2.2.6
4
4
  Author-email: Christopher Wittlinger <c.wittlinger@stainly.com>
5
5
  Requires-Dist: wbcore
@@ -10,6 +10,7 @@ wbmailing/urls.py,sha256=W9jWFZJtGnmf2__qcGakUkwc28kP8_bCiJTvVWG4Zic,3783
10
10
  wbmailing/filters/__init__.py,sha256=fTZ6DyP4ey0kYFB4PC4zUIadtbaZmxwadHGmmE-9PDA,281
11
11
  wbmailing/filters/mailing_lists.py,sha256=cuA_9y9kwz5-UjwknjBTnSuPLU30A-L4DMa0UfISPcM,3275
12
12
  wbmailing/filters/mails.py,sha256=XRfsU0uGVJI8JiyYHxMbR_W1eQONLVNKZDBa4dfZRUk,2766
13
+ wbmailing/locale/de/LC_MESSAGES/django.po,sha256=hLWrRDAp4p_LsCEGvg2APmgpUOQ27j2InDqiRqwtIGk,32693
13
14
  wbmailing/management/__init__.py,sha256=xv1hFgQUi9MwVLVXPxUNw1SPUyQcHLDgyNxHSz8Sodc,994
14
15
  wbmailing/migrations/0001_initial_squashed_squashed_0008_alter_mail_bcc_email_alter_mail_cc_email_and_more.py,sha256=ixjWLQdzQ8q04m6LbTL_DldipL8YPKtAYh50IRq5gu0,25679
15
16
  wbmailing/migrations/0002_delete_mailingsettings.py,sha256=gLR94m-PZO1XHaXTvVuk6T2BwhOpwImJ2xtPcpM2gDc,415
@@ -21,6 +22,12 @@ wbmailing/models/mails.py,sha256=Exy2hCoPEsj7KYHrH7gMoyFLeHdxuVY3lFoZtA3_oko,350
21
22
  wbmailing/serializers/__init__.py,sha256=qRpYLtuaBioRkME0PgiQKg8IlQkX28HDqZXXxRLPL9w,613
22
23
  wbmailing/serializers/mailing_lists.py,sha256=neDSGoixh9EDSr_jSVhoIEzW1EPmVcSHiG-zwbU25R4,8460
23
24
  wbmailing/serializers/mails.py,sha256=eIc4Tqb3P4dnsn2aHICurneBVbcEQGd36YXnLSTDb1w,8391
25
+ wbmailing/templates/email_base_template.html,sha256=zTpLSFWmFhonVdoOT3qCA1f2G96eN0WYZot4OpAwBso,12231
26
+ wbmailing/templates/template.html,sha256=aIv04IP7COzeyxt3xjnu2udu6Oxc-XE75hUimQ9HaB4,12591
27
+ wbmailing/templates/test.html,sha256=VPJaoZ0gXn-JJN9hcwvupw8LbnD23ty1lbTrzx6LLto,12416
28
+ wbmailing/templates/workbench.html,sha256=oneFniPNL0FmO_zS0ty32z9DZ7Y9uVdA1rYq1ZchSr0,754
29
+ wbmailing/templates/mailing/maintain_mail_subsciptions.html,sha256=pD46Ls_OCHNz-HibYuKO-kEibZW3vRFCI9WOOSaRoqM,314
30
+ wbmailing/templates/mailing/manage_mailing_list_subscriptions.html,sha256=xKK3nARb_n85zkDVZbGR70N_Sd_4eWwkPvza03K78Js,989
24
31
  wbmailing/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
32
  wbmailing/templatetags/mailing_tags.py,sha256=f79ahkpta-97t0oS_QHcfZCHbMCWFlQ8ypFbFki3nXQ,438
26
33
  wbmailing/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -52,6 +59,6 @@ wbmailing/viewsets/menu/mails.py,sha256=XCmDrcW6BGf2SFssywqUeUejSNAzNORGKCkwfhIe
52
59
  wbmailing/viewsets/titles/__init__.py,sha256=L2LFtVlgmvcZDa5O0YF8_ZFgoL_TLnr30MwLME3KwmM,519
53
60
  wbmailing/viewsets/titles/mailing_lists.py,sha256=urw58HNVgBNljcWOJP2xbV4YVrnvuvTObARmMSWUpQM,2383
54
61
  wbmailing/viewsets/titles/mails.py,sha256=fXoEALWEK2vrLvUg683Pj4F06t7_tWQcjSgyqLWsr0s,1686
55
- wbmailing-2.2.5.dist-info/METADATA,sha256=ZUxV8ONHBw5uv53Y9G2qux0Hx2lNVbEfdgLEemjwjhw,139
56
- wbmailing-2.2.5.dist-info/WHEEL,sha256=aO3RJuuiFXItVSnAUEmQ0yRBvv9e1sbJh68PtuQkyAE,105
57
- wbmailing-2.2.5.dist-info/RECORD,,
62
+ wbmailing-2.2.6.dist-info/METADATA,sha256=MkjPgMs8TxAjRSW3HlFZROEWKcrr9wHT3mEME2gEO4Y,139
63
+ wbmailing-2.2.6.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
64
+ wbmailing-2.2.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any