10 lines
228 B
Scheme
10 lines
228 B
Scheme
<% if $Description %>
|
|
<p id="describes-{$ID}" class="form-text">
|
|
{$Description}
|
|
</p>
|
|
<% end_if %>
|
|
<% if $RightTitle %>
|
|
<p id="extra-label-{$ID}" class="form-text">
|
|
{$RightTitle}
|
|
</p>
|
|
<% end_if %>
|