Implement processing of computed metadata and creating better formatted web report (from configurable Jinja template). Must also support to feedback to original text report if precomputed data are not found (to support all the old reports).
Designs
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
From 2019-02-07 meeting: Problem with Babel translations - mail templates use different set of translations (Mentat foundations) than Hawat (web interface). Easy solution - merge'em. It might cause problems in future (for example if we decide to make separate deb/rpm packages and admin shall be able to update their own templates, we will have to compile after installation, or to do some other dances). However, keeping them split makes it a can of worms right now. So let's merge, solve packaging/configuration problems when they come (if at all).
From 2019-02-07 meeting: Problem with Babel translations - mail templates use different set of translations (Mentat foundations) than Hawat (web interface). Easy solution - merge'em. It might cause problems in future (for example if we decide to make separate deb/rpm packages and admin shall be able to update their own templates, we will have to compile after installation, or to do some other dances). However, keeping them split makes it a can of worms right now. So let's merge, solve packaging/configuration problems when they come (if at all).
Problem solved by adding parameter BABEL_TRANSLATION_DIRECTORIES to hawat conf file. This parametr can add hold multiple folders with translation files. So translations stay separated.