{% load i18n %} {% if unit.readonly %} {% if not unit.source_info.translated %} {% trans "Source in review" %} {% else %} {% trans "Read only" %} {% endif %} {% endif %}