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