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

@ViewBag.Title

Download the import template: @Html.ActionLink("Excel Template", "ImportTemplate")

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