|
Lines 164-170
Link Here
|
| 164 |
[% IF cr.course_item.enabled == 'yes' %] |
164 |
[% IF cr.course_item.enabled == 'yes' %] |
| 165 |
<strong>[% Branches.GetName( cr.item.homebranch ) | html %]</strong> |
165 |
<strong>[% Branches.GetName( cr.item.homebranch ) | html %]</strong> |
| 166 |
[% IF cr.item.homebranch %] |
166 |
[% IF cr.item.homebranch %] |
| 167 |
([% Branches.GetName( cr.course_item.homebranch ) | html %]) |
167 |
([% Branches.GetName( cr.course_item.homebranch_storage ) | html %]) |
| 168 |
[% END %] |
168 |
[% END %] |
| 169 |
[% ELSE %] |
169 |
[% ELSE %] |
| 170 |
[% Branches.GetName( cr.course_item.homebranch ) | html %] |
170 |
[% Branches.GetName( cr.course_item.homebranch ) | html %] |
| 171 |
- |
|
|