@{ var showCredits = ViewData["showCredits"] == "true" ? true : false; }
@if(showCredits) { }