<#macro getViewLanguageTitle tempView>
  <#if tempView.isPSDEView()>
    $t('entities.${tempView.getPSDataEntity().getCodeName()?lower_case}.views.${tempView.getPSDEViewCodeName()?lower_case}.title')<#t>
  <#else>
    $t('app.views.${tempView.getCodeName()?lower_case}.title')<#t>
  </#if>
</#macro>