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