@model MileageTraker.Web.ViewModels.Log.ImportUploadViewModel @{ ViewBag.Title = "Import Logs"; } @{ Html.RenderPartial("BackToLogs"); } @Html.Partial("_StatusMessage")
Download the import template: @Html.ActionLink("Excel Template", "ImportTemplate")
@using (Html.BeginForm("Import", "Log", FormMethod.Post, new { enctype="multipart/form-data", @class = "form-horizontal well center-content", style="max-width:440px"})) { @Html.Partial("_ValidationSummary") @Html.EditorForModel()