{{{
<?php if ($object['description']) { ?>
<p class="description markdown">
<?=$t($this->docs->cleanup($object['description']), compact('scope')); ?>
</p>
<?php } ?>
<?php if ($object['text']) { ?>
<p class="text markdown">
<?=$t($this->docs->cleanup($object['text']), compact('scope')); ?>
</p>
<?php } ?>
</section>
</div>}}}