13 lines
474 B
HTML
13 lines
474 B
HTML
![]() |
<div>
|
||
|
<section class="block hierarchy" ng-show="observations.length > 0">
|
||
|
<ul class="form-field">
|
||
|
<show-observation observation="observation" patient="patient" ng-repeat="observation in observations" level="1"></show-observation>
|
||
|
</ul>
|
||
|
</section>
|
||
|
|
||
|
<section>
|
||
|
<div ng-show="observations.length == 0">
|
||
|
<div class="placeholder-message">{{ 'NO_OBS_FOUND_MESSAGE'|translate }}</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</div>
|