github.com/haalcala/mattermost-server-change-repo@v0.0.0-20210713015153-16753fbeee5f/templates/over_user_limit_30_days_body.html (about) 1 {{define "over_user_limit_30_days_body"}} 2 3 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 4 style="margin-top: 20px; line-height: 1.7; color: #555;font-family: Arial; font-style: normal; font-weight: bold;"> 5 <tr> 6 <td> 7 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 8 style="max-width: 660px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background: #FFF;"> 9 <tr> 10 <td style="border: 1px solid #ddd;"> 11 <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%"> 12 <tr> 13 <td style="padding: 20px 20px 10px; text-align:left;"> 14 <img src="{{.Props.SiteURL}}/static/images/logo-email.png" style="opacity: 0.5" 15 width="130px" alt=""> 16 </td> 17 </tr> 18 </table> 19 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 20 style="border-collapse: collapse; max-width: 443px"> 21 <tr style="width: 443px"> 22 <td> 23 <table border="0" cellpadding="0" cellspacing="0" 24 style="padding: 20px 0 0; text-align: center; margin: 0 auto"> 25 <tr> 26 <td style="padding: 0 0 64px;"> 27 <table align="center" border="0" cellpadding="0" cellspacing="0" 28 width="371px"> 29 <tr> 30 <td> 31 <h2 32 style="margin-bottom: 0; text-align: center; color: #3D3C40; font-weight: bold; margin-top: 10px; line-height: 32px; font-size: 28px; font-family: Arial"> 33 {{ .Props.Title }}</h2> 34 </td> 35 </tr> 36 </table> 37 <p 38 style="font-weight: normal; color: #3D3C40; font-size: 16px; line-height: 24px; font-family: Arial"> 39 {{ .Props.Info1 }}</p> 40 <p style="margin: 31px 0 31px"> 41 <a href="{{.Props.SiteURL}}/admin_console/billing/subscription" 42 target="_blank" 43 style="font-weight: normal; border-radius: 4px; background: #166DE0; color: #fff;outline: none; min-width: 200px; padding: 11px 24px 11px 24px; font-size: 16px; font-family: Arial; cursor: pointer; -webkit-appearance: none;text-decoration: none; margin-top: 16px;">{{ .Props.Button }}</a> 44 </p> 45 <p style="margin-top: 40px; margin-bottom: 24px; font-weight: bold; font-size: 16px; line-height: 24px; color: #3D3C40; font-family: Arial;">{{.Props.Info2}}</p> 46 <table align="center" border="0" cellpadding="0" cellspcing="0" width="100%"> 47 <tr> 48 <td style="border-bottom: 1px solid #E5E5E5"></td> 49 </tr> 50 <tr> 51 <td style="border-bottom: 1px solid #E5E5E5; padding-top: 12px; padding-bottom: 12px; text-align:center; color:#3D3C40; font-size: 16px; font-weight: 400; font-family: Arial;" >{{ .Props.Info2Item1 }}</td> 52 </tr> 53 <tr> 54 <td style="border-bottom: 1px solid #E5E5E5; padding-top: 12px; padding-bottom: 12px; text-align:center; color:#3D3C40; font-size: 16px; font-weight: 400; font-family: Arial;">{{ .Props.Info2Item2 }}</td> 55 </tr> 56 <tr> 57 <td style="border-bottom: 1px solid #E5E5E5; padding-top: 12px; padding-bottom: 12px; text-align:center; color:#3D3C40; font-size: 16px; font-weight: 400; font-family: Arial;">{{ .Props.Info2Item3 }}</td> 58 </tr> 59 </table> 60 </td> 61 </tr> 62 </table> 63 </td> 64 </tr> 65 </table> 66 <table align="center" border="0" cellpadding="0" cellspcing="0" width="612px"> 67 <tr> 68 <td style="border-bottom: 1px solid #E5E5E5"></td> 69 </tr> 70 </table> 71 <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" 72 style="max-width: 443px; font-family: Helvetica, Arial, sans-serif; font-size: 14px; background: #FFF; border-collapse: collapse;"> 73 <tr> 74 <td style="font-family: Arial; padding: 20px 20px 24px 48px; text-align:left;"> 75 <h3 style="margin-bottom: 0;">Questions?</h3> 76 <p style="font-weight: normal; margin-top: 0;">{{ .Props.EmailUs }} <a 77 href="mailto:feedback@mattermost.com">feedback@mattermost.com</a></p> 78 </td> 79 </tr> 80 </table> 81 <table align="center" border="0" cellpadding="0" cellspcing="0" width="612px"> 82 <tr> 83 <td style="border-bottom: 1px solid #E5E5E5"></td> 84 </tr> 85 </table> 86 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%" 87 style="font-family: Arial; line-height: 16px; font-size: 12px; background: #FFF;"> 88 <tr> 89 <td 90 style="font-weight: normal; text-align: center;color: #AAA;font-size: 11px;padding-bottom: 10px;padding: 0;line-height: 16px;padding-bottom: 48px;padding-top: 4px;"> 91 <p> 92 {{.Props.Organization}}<br> 93 {{.Props.Footer}} 94 </p> 95 </td> 96 97 </tr> 98 </table> 99 </td> 100 </tr> 101 </table> 102 </td> 103 </tr> 104 </table> 105 106 {{end}}