Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.
This is legal module used on the Hosted Weblate service.
You can use them as an example how to customize Weblate, but there are probably not generally usable. If you think something should be part of Weblate, please open an issue.
Install using pip:
pip3 install wllegal
Sources are available at <https://github.com/WeblateOrg/wllegal>.
Include the module in the INSTALLED_APPS, it has tbe placed prior to other Weblate modules to override it's templates:
INSTALLED_APPS.insert(0, "wllegal")