@model Us.Ak.State.Legis.Basis.Member @using LegisCommonCode; @using Us.Ak.State.Legis.Basis @using Scheduler.Properties @{ ViewBag.Title = ""; ViewBag.SeperateSponsor = true; int MaxSession = Model.Sessions.Select(x => x.Session).Max(); Boolean displayCurrent = (MaxSession == globalVars.MaxSession); string code = Model.Sessions.Where(x => x.Session == MaxSession).FirstOrDefault().Code; Layout = "~/Views/Shared/_Layout.cshtml"; }
@Html.Partial("~/Views/Shared/_BreadCrumbs.cshtml", @Model.ShortName)
@Html.Partial("~/Views/Shared/_Header.cshtml")

@globalVars.Commtitles[Model.Chamber].ToUpper()
@Model.FirstName.ToUpper() @Model.LastName.ToUpper()

@if (displayCurrent) {} else {}
@Model.FormalName
@if (Model.Comment != "") {@Model.Comment
} @if (displayCurrent) {Email: @Model.EMail
} District: @Model.District
Party: @globalVars.PartyNames[Model.Party]
@if (displayCurrent) { Toll-Free: @Model.SessionContact.tollFree
}
@if (displayCurrent) {
Session Contact
@Model.SessionContact.Street @Model.SessionContact.Room
@Model.SessionContact.City @Model.SessionContact.State, @Model.SessionContact.Zip
Phone: @Model.SessionContact.Phone
@if (!String.IsNullOrEmpty(@Model.SessionContact.Fax)) {Fax: @Model.SessionContact.Fax

}
Interim Contact
@Model.InterimContact.Street @Model.InterimContact.Room
@Model.InterimContact.City @Model.InterimContact.State, @Model.InterimContact.Zip
Phone: @Model.InterimContact.Phone
@if (!String.IsNullOrEmpty(@Model.InterimContact.Fax)) {Fax: @Model.InterimContact.Fax

}
}

Legislative Service
@Model.Sessions.LegislativeService()

@if (displayCurrent) { } else { foreach (BioLines line in @Model.Bio) {

@line.Heading:
@Html.Raw(line.Text)

} }

Legislative Service:

@Html.Partial("~/Views/Shared/MemberShared/CommitteeMembership.cshtml", Model)

Legislative Service:

@Html.Partial("~/Views/Shared/MemberShared/BillSponsorship.cshtml")

Legislative Service: