group order show window with some explanations

This commit is contained in:
Philipp Rothmann 2023-02-22 14:31:17 +01:00
parent dd7beab9bd
commit 6cec721d4d
3 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,15 @@
%h4= t '.title'
%hr
%table.table-condensed
%thead
%th= t '.package_fill_level'
%tbody
%tr{class: "missing-none"}
%td= t '.missing_none'
%tr{class: "missing-few"}
%td= t '.missing_few'
%tr{class: "missing-many"}
%td= t '.missing_many'
%hr
%b= t('.tolerance') + ':'
= t '.tolerance_explained'