|
2 | 2 | <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#ffffff"> |
3 | 3 | <tr> |
4 | 4 | <td align="center" class="pb-30" style="padding-bottom:30px;"> |
5 | | - <table width="650" border="0" cellspacing="0" cellpadding="0" class="mobile-shell"> |
| 5 | + <table width="800" border="0" cellspacing="0" cellpadding="0" class="mobile-shell"> |
6 | 6 | <tr> |
7 | 7 | <td class="td td-shell" style="width: 650px;min-width: 650px;padding: 0;margin: 0;"> |
8 | 8 | <table width="100%" border="0" cellspacing="0" cellpadding="0"> |
|
24 | 24 | <td class="text-default table-heading-title pt-10 pb-10" style="padding-top: 10px;padding-bottom: 10px;text-transform: uppercase;font-weight: bold;">Graphics</td> |
25 | 25 | </tr> |
26 | 26 | <tr> |
27 | | - <td class="text-default text-light pb-40" style="padding-bottom: 40px;font-weight: 300;"> |
| 27 | + <td class="text-default text-light pb-40" style="padding-bottom: 40px;font-weight: 300;"> |
28 | 28 | {% for map in map_list %} |
29 | 29 | <img class = 'flash-image' src="{{map.image}}" alt="image"> |
30 | 30 | {% endfor %} |
| 31 | + </td> |
| 32 | + </tr> |
31 | 33 |
|
| 34 | + <tr> |
| 35 | + <td class="text-default table-heading-title pt-10 pb-10" style="padding-top: 10px;padding-bottom: 10px;text-transform: uppercase;font-weight: bold;">Maps</td> |
| 36 | + </tr> |
| 37 | + <tr> |
| 38 | + <td class="text-default text-light pb-40" style="padding-bottom: 40px;font-weight: 300;"> |
32 | 39 | {% for graphic in graphic_list %} |
33 | 40 | <img class = 'flash-image' src="{{graphic.image}}" alt="image"> |
34 | 41 | {% endfor %} |
35 | | - </td> |
| 42 | + </td> |
36 | 43 | </tr> |
37 | 44 |
|
38 | 45 |
|
|
41 | 48 | <td class="text-default table-heading-title pt-20 pb-10" style="color: #000000;font-family:'Lato', Arial, sans-serif;padding-top: 20px;padding-bottom: 10px;text-transform: uppercase;font-weight: bold;">Actions Taken by {{act_taken.organization_display}}</td> |
42 | 49 | </tr> |
43 | 50 | <tr> |
44 | | - <td class="text-default text-light" style="font-weight: 300;size:12px;">Descriptions</td> |
| 51 | + <td class="text-default text-light" style="font-weight: 500;size:12px;">Descriptions</td> |
45 | 52 | </tr> |
46 | 53 | <tr> |
47 | | - <td class="text-default" style="font-family:'Lato', Arial, sans-serif; padding-bottom: 40px;">{{act_taken.summary}}</td> |
| 54 | + <td class="text-default" style="font-family:'Lato', Arial, sans-serif; padding-bottom: 40px;"> |
| 55 | + {% if act_taken.summary%} |
| 56 | +   {{act_taken.summary}} |
| 57 | + {% endif %} |
| 58 | + </td> |
48 | 59 | </tr> |
49 | 60 |
|
50 | 61 | <tr> |
51 | | - <td class="text-default text-light" style="font-weight: 300;size:12px;">Actions</td> |
| 62 | + <td class="text-default text-light" style="font-weight: 500;size:12px;">Actions</td> |
52 | 63 | </tr> |
53 | 64 | {% for action in act_taken.action_details %} |
54 | 65 | <tr> |
55 | | - <td class="text-default" style="font-family:'Lato', Arial, sans-serif; padding-bottom: 40px; font-weight: bold;padding-left: 20px;">{{action.name}}</td> |
| 66 | + <td class="text-default" style="font-family:'Lato', Arial, sans-serif; padding-bottom: 5px; font-weight: bold;padding-left: 20px;">{{action.name}}</td> |
56 | 67 | </tr> |
57 | 68 | {%endfor%} |
58 | 69 | {% endfor %} |
|
0 commit comments