Create non-medical features module for user manuals
About the implementation
Similarly to the HCP and Pat medical versions, the base HCP and Pat versions now import two modules, a base module, and a module for features that are non-medical only. The latter includes:
- The user manuals module for base
- The legal module
Incidentally, before, the legal module for HCP med and Pat med weren't being used at all. Now they are, as they are imported in their respective medical modules
Testing
Make sure to test four variants for the correct user manual:
-
HCP -
HCP Med -
Pat -
Pat Med
Closes #964