{% extends "base_qua.html" %} {% block css %} body { background: black !important; color: #fff; } @page { /* margin: 1cm 1cm 1cm 1cm; */ background: black !important; padding: 50px; margin: 0; @bottom-center { content: "Page " counter(page) " of " counter(pages); font-family: sans-serif; font-size: 0.8em; } @bottom-right { content: element(footer); position: absolute; right: 0; top: 0; font-family: sans-serif; font-size: 1em; } } @page:first { border-bottom: None; @bottom-center { content: normal; } } .footer { position: running(footer); margin-bottom:70px; padding-right: 20px; display: block; text-align: center; color: #fff; font-style: italic; } table.custom_table, .custom_table th, .custom_table td { background: #ccc } table.recommendations, .recommendations th, .recommendations td { background: #fff; } .s2_1{font-size:18px;font-family:Avenir-Roman_12;color:#CCC;letter-spacing: 20px;} .s3_1{font-size:29px;font-weight: bold;font-style: italic; font-family:Lato-BlackItalic_13;color:#CCC;-webkit-text-stroke:1.1px #CCC;text-stroke:1.1px #CCC;} .s4_1{font-size:52px;font-weight: bold;font-family:JosefinSans-Bold_1n;color:#F17A30;} .s5_1{font-size:18px;font-weight: bold;font-family:Avenir-Roman_12;color:#999;-webkit-text-stroke:0.7px #999;text-stroke:0.7px #999;letter-spacing: 20px;} /*h1 {font-size:52px !important;font-weight: bold;}*/ .big1 {font-size:42px !important;font-weight: bold;margin: 0} .big2 {font-size:32px !important;font-weight: bold;font-style: italic;} .custom_rose th {background: #DBA199} .fitness_table th { font-size: 16px; font-family: JosefinSans-Bold_1n; color: #3C3D3A; } .xref { color: white; } {% endblock %} {% block body %}
TRAINING TYPE | FREQUENCY | TIME | INTENSITY | TYPE |
---|---|---|---|---|
{{item['Exercises']}} | {{item['Frequency']}} | {{item['Duration']}} | {{item['Intensity']}} | {{item['Type']}} |