mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-04-09 03:51:46 +00:00
Compare commits
2 Commits
2871dcd281
...
052628cde2
| Author | SHA1 | Date | |
|---|---|---|---|
|
052628cde2
|
|||
|
282a7304ca
|
@@ -28,7 +28,7 @@
|
|||||||
<paraStyle name="style.times" fontName="OpenSans" fontSize="10" />
|
<paraStyle name="style.times" fontName="OpenSans" fontSize="10" />
|
||||||
<paraStyle name="style.head_titles" fontName="OpenSans-Bold" fontSize="10" />
|
<paraStyle name="style.head_titles" fontName="OpenSans-Bold" fontSize="10" />
|
||||||
<paraStyle name="style.head_numbers" fontName="OpenSans" fontSize="10" />
|
<paraStyle name="style.head_numbers" fontName="OpenSans" fontSize="10" />
|
||||||
<paraStyle name="style.emheader" fontName="OpenSans" textColor="White" fontSize="12" backColor="Brand" leading="20"/>
|
<paraStyle name="style.emheader" fontName="OpenSans" textColor="White" fontSize="12" backColor="Brand" leading="20" borderPadding="4"/>
|
||||||
<paraStyle name="style.breakbefore" parent="emheader" pageBreakBefore="1"/>
|
<paraStyle name="style.breakbefore" parent="emheader" pageBreakBefore="1"/>
|
||||||
|
|
||||||
<blockTableStyle id="eventSpecifics">
|
<blockTableStyle id="eventSpecifics">
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
<h1 style="page-head">TEC Training Item List</h1>
|
<h1 style="page-head">TEC Training Item List</h1>
|
||||||
<spacer length="15" />
|
<spacer length="15" />
|
||||||
{% for category in categories %}
|
{% for category in categories %}
|
||||||
|
|
||||||
<h2 {% if not forloop.first %}style="breakbefore"{%else%}style="emheader"{%endif%}>{{category}}</h2>
|
<h2 {% if not forloop.first %}style="breakbefore"{%else%}style="emheader"{%endif%}>{{category}}</h2>
|
||||||
<spacer length="10" />
|
<spacer length="10" />
|
||||||
{% for item in category.items.all %}
|
{% for item in category.items.all %}
|
||||||
@@ -22,4 +21,5 @@
|
|||||||
<spacer length="8" />
|
<spacer length="8" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<namedString id="lastPage"><pageNumber/></namedString>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user