6 <h3>[% 'Abbreviation Legend' | $T8 %]</h3>
8 <table class="tbl-list">
11 <th>[% 'TypAbbreviation' | $T8 %]</th>
12 <th>[% 'Description' | $T8 %]</th>
17 <td>[% 'Part (typeabbreviation)' | $T8 %]</td>
18 <td>[% 'Part' | $T8 %]</td>
21 <td>[% 'Assembly (typeabbreviation)' | $T8 %]</td>
22 <td>[%'Assembly' | $T8 %]</td>
25 <td>[% 'Service (typeabbreviation)' | $T8 %]</td>
26 <td>[%'Service' | $T8 %]</td>
29 <td>[% 'Assortment (typeabbreviation)' | $T8 %]</td>
30 <td>[%'Assortment' | $T8 %]</td>
35 <table class="tbl-list">
38 <th>[% 'PartClassAbbreviation' | $T8 %]</th>
39 <th>[% 'Description' | $T8 %]</th>
43 [% FOREACH part_classification = PART_CLASSIFICATIONS %]
45 <td>[% part_classification.abbreviation | $T8 %]</td>
46 <td>[% part_classification.description | $T8 %]</td>
54 <form method="post" action="controller.pl" id="new_form">
55 <input name="callback" type="hidden" value="[% HTML.escape(callback) %]">