You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 1234567891011 |
- <?php if(is_array($deseases) && !empty($deseases)): ?>
-
- <?php echo $this->partial('Request/icd10-deseases-list', ['deseases'=>$deseases]); ?>
-
- <?php else: ?>
- <?php if($langCode != 'en'): ?>
- <div class="alert alert-warning" role="alert"><?php echo _('No results found. Please try to change the language into English.'); ?></div>
- <?php else: ?>
- <div class="alert alert-warning" role="alert"><?php echo _('No results found.'); ?></div>
- <?php endif; ?>
- <?php endif; ?>
|