overleaf/services/web/app/views/subscriptions/restricted-country.pug
Tim Down 3aa0fcf464 Merge pull request #13934 from overleaf/tm-block-subscriptions-restricted-countries
Block web sales to restricted countries

GitOrigin-RevId: 47c0ac1d5dc387369bbadb67f5822d7fc6637d98
2023-07-25 08:03:59 +00:00

11 lines
351 B
Text

extends ../layout-marketing
block content
main.content.content-alt#main-content
.container
.error-container
.error-details
p.error-status #{translate("restricted")}
p.error-description !{translate("sorry_detected_sales_restricted_region", {link: "/contact"})}
p.error-actions
a.error-btn(href="/") #{translate("home")}