|
Lines 134-140
Link Here
|
| 134 |
[% IF request.metadata.Title %][% request.metadata.Title | html %][% ELSE %]<span>N/A</span>[% END %] |
134 |
[% IF request.metadata.Title %][% request.metadata.Title | html %][% ELSE %]<span>N/A</span>[% END %] |
| 135 |
</td> |
135 |
</td> |
| 136 |
<td>[% request.backend | html %]</td> |
136 |
<td>[% request.backend | html %]</td> |
| 137 |
<td>[% request.medium | html %]</td> |
137 |
<td>[% request.getType | html %]</td> |
| 138 |
<td>[% request.capabilities.$status.name | html %]</td> |
138 |
<td>[% request.capabilities.$status.name | html %]</td> |
| 139 |
<td>[% request.placed | html %]</td> |
139 |
<td>[% request.placed | html %]</td> |
| 140 |
<td>[% request.updated | html %]</td> |
140 |
<td>[% request.updated | html %]</td> |
|
Lines 177-183
Link Here
|
| 177 |
</li> |
177 |
</li> |
| 178 |
<li> |
178 |
<li> |
| 179 |
<label for="medium">Request type:</label> |
179 |
<label for="medium">Request type:</label> |
| 180 |
[% request.medium | html %] |
180 |
[% request.getType | html %] |
| 181 |
</li> |
181 |
</li> |
| 182 |
<li> |
182 |
<li> |
| 183 |
<label for="placed">Request placed:</label> |
183 |
<label for="placed">Request placed:</label> |
| 184 |
- |
|
|