{{ lingo.t('title', 'glassType') }} |
{{ lingo.t('label', configResult.config.glassType) }} |
{{ lingo.t('title', 'width') }} |
{{ Math.round(configResult.aquariumSize.x) }} |
{{ lingo.t('title', 'depth') }} |
{{ Math.round(configResult.aquariumSize.z) }} |
{{ lingo.t('title', 'height') }} |
{{ Math.round(configResult.aquariumSize.y) }} |
{{ lingo.t('title', 'glassThickness') }} |
{{ Math.round(configResult.glassThickness) }} |
{{ lingo.t('title', 'siliconThickness') }} |
{{ configResult.siliconThickness }} |
{{ lingo.t('title', 'volume') }} |
{{ Math.round(configResult.liter) }} |
{{ lingo.t('title', 'panels') }} |
-
{{ Math.round(panel.width) }} x {{ Math.round(panel.height) }} x {{ Math.round(configResult.glassThickness) }} mm
|