23 lines
554 B
Plaintext
23 lines
554 B
Plaintext
$newline never
|
|
$maybe descr <- materialDescription
|
|
<section>
|
|
<h2 #description>_{MsgMaterialDescription}
|
|
<p>
|
|
#{descr}
|
|
|
|
<section>
|
|
<dl .deflist>
|
|
$maybe matKind <- materialType
|
|
<dt .deflist__dt>_{MsgMaterialType}
|
|
<dd .deflist__dd>#{matKind}
|
|
$maybe matVisible <- materialVisibleFrom
|
|
<dt .deflist__dt>_{MsgVisibleFrom}
|
|
<dd .deflist__dd>#{matVisible}
|
|
<dt .deflist__dt>_{MsgFileModified}
|
|
<dd .deflist__dd>#{materialLastEdit}
|
|
|
|
$if hasFiles || True
|
|
<section>
|
|
<h2>_{MsgMaterialFiles}
|
|
^{fileTable}
|