<?php $available = $article->getTranslation()->en->available; if($available) { echo $article->getTranslation()->en->title; } else { echo '<div class="notActive">Не активно</div>'; }