invited_to_org.html 763 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!-- This email is sent when an existing user is added to an organization -->
  2. [[Subject .Subject "[[.InvitedBy]] has added you to the Grafana organization [[.OrgName]]"]]
  3. <table class="row">
  4. <tr>
  5. <td class="wrapper last">
  6. <table class="twelve columns">
  7. <tr>
  8. <td>
  9. <h3>You have been added to the Grafana organization [[.OrgName]]</h3>
  10. </td>
  11. <td class="expander"></td>
  12. </tr>
  13. </table>
  14. </td>
  15. </tr>
  16. </table>
  17. <table class="row">
  18. <tr>
  19. <td class="wrapper last">
  20. <table class="twelve columns">
  21. <tr>
  22. <td class="center">
  23. <p>You can switch organization in the left side menu, in the dropdown below your username.</p>
  24. </td>
  25. <td class="expander"></td>
  26. </tr>
  27. </table>
  28. </td>
  29. </tr>
  30. </table>