/**
  * Tags are only shown for unreviewed content and this page is not locked/unlocked?
  * @return bool
  */
 public function lowProfileUI()
 {
     return FlaggedRevs::lowProfileUI() && FlaggedRevs::isStableShownByDefault() == $this->isStableShownByDefault();
 }