|  | 
 |  | 
 | 
												
													
														| 38 |      <table style="width: 100%; cell-padding: 0; border-collapse: collapse; margin: 0">
 | 38 |      <table style="width: 100%; cell-padding: 0; border-collapse: collapse; margin: 0">
 | 
												
													
														| 39 |        <tr style="background-color: F5F5F5; border-bottom: 1px solid #CCC;" >
 | 39 |        <tr style="background-color: F5F5F5; border-bottom: 1px solid #CCC;" >
 | 
												
													
														| 40 |          <td style="background-color: #666;">
 | 40 |          <td style="background-color: #666;">
 | 
												
													
														| 41 | -            FIXME restore logo
 |  | 
 | 
												
													
														|  | 
 | 41 | +            <!-- FIXME - G.M - 09-06-2018 - restore logo -->
 | 
												
													
														| 42 |          </td>
 | 42 |          </td>
 | 
												
													
														| 43 |          <td style="padding: 0.5em; background-color: #666; text-align: left;">
 | 43 |          <td style="padding: 0.5em; background-color: #666; text-align: left;">
 | 
												
													
														| 44 |            <span style="font-size: 1.3em; color: #FFF; font-weight: bold;">
 | 44 |            <span style="font-size: 1.3em; color: #FFF; font-weight: bold;">
 | 
												
													
														| 45 |              ${main_title}
 | 45 |              ${main_title}
 | 
												
													
														| 46 |              — <span style="font-weight: bold; color: #999; font-weight: bold;">
 | 46 |              — <span style="font-weight: bold; color: #999; font-weight: bold;">
 | 
												
													
														| 47 |                ${status|n}
 | 47 |                ${status|n}
 | 
												
													
														| 48 | -              FIXME restore icon
 |  | 
 | 
												
													
														|  | 
 | 48 | +              <!-- FIXME - G.M - 09-06-2018 - restore icon -->
 | 
												
													
														| 49 |              </span>
 | 49 |              </span>
 | 
												
													
														| 50 |          </td>
 | 50 |          </td>
 | 
												
													
														| 51 |        </tr>
 | 51 |        </tr>
 | 
												
											
												
													
														|  | 
 |  | 
 | 
												
													
														| 54 |      <p id="content-intro">${content_intro|n}</p>
 | 54 |      <p id="content-intro">${content_intro|n}</p>
 | 
												
													
														| 55 |      <div id="content-body">
 | 55 |      <div id="content-body">
 | 
												
													
														| 56 |          <div>${content_text|n}</div>
 | 56 |          <div>${content_text|n}</div>
 | 
												
													
														| 57 | -        <div href="FIXME url" id="call-to-action-container">
 |  | 
 | 
												
													
														|  | 
 | 57 | +        <!-- FIXME - G.M - 09-06-2018 - fix action url -->
 | 
												
													
														|  | 
 | 58 | +        <div href='' id="call-to-action-container">
 | 
												
													
														| 58 |          </div>
 | 59 |          </div>
 | 
												
													
														| 59 |      </div>
 | 60 |      </div>
 | 
												
													
														| 60 |      
 | 61 |      
 | 
												
													
														| 61 |      <div id="footer">
 | 62 |      <div id="footer">
 | 
												
													
														| 62 |          <p>
 | 63 |          <p>
 | 
												
													
														| 63 | -            ${_('{user_display_name}, you receive this email because you are registered on <i>{website_title}</i> and you are <i>{user_role_label}</i> in the workspace <a href="{workspace_url}">{workspace_label}</a>.').format(user_display_name=user.display_name, user_role_label=role, workspace_url='FIXME url', workspace_label=workspace.label, website_title=config.WEBSITE_TITLE)|n}
 |  | 
 | 
												
													
														|  | 
 | 64 | +            <!-- FIXME - G.M - 09-06-2018 - Set correct workspace url -->
 | 
												
													
														|  | 
 | 65 | +            ${_('{user_display_name}, you receive this email because you are registered on <i>{website_title}</i> and you are <i>{user_role_label}</i> in the workspace <a href="{workspace_url}">{workspace_label}</a>.').format(user_display_name=user.display_name, user_role_label=role, workspace_url='', workspace_label=workspace.label, website_title=config.WEBSITE_TITLE)|n}
 | 
												
													
														| 64 |          </p>
 | 66 |          </p>
 | 
												
													
														| 65 |          <hr/>
 | 67 |          <hr/>
 | 
												
													
														| 66 |          <p>
 | 68 |          <p>
 |