@model MileageTraker.Web.ViewModels.FuelLog.ImportUploadViewModel @{ ViewBag.Title = "Import Fuel Logs"; } @Html.Partial("_StatusMessage")

@ViewBag.Title

@using (Html.BeginForm("Import", "FuelLog", FormMethod.Post, new { enctype="multipart/form-data", @class = "form-horizontal well center-content", style="max-width:440px"})) { @Html.Partial("_ValidationSummary") @Html.EditorForModel()
}