@using PowderCoating.Web.ViewModels.Reports @model ReportViewModelBase @* Usage: *@

@Model.ReportTitle

@if (!string.IsNullOrEmpty(Model.ReportDescription)) {

@Model.ReportDescription

}