%
# Copyright (C) 2011 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see .
%>
<% counts = sis_batch_counts.data[:counts] %>
- <%= t(:imported_items_title, "Imported Items") %>
- <%= before_label(t(:accounts_label, "Accounts")) %> <%= counts[:accounts] %>
- <%= before_label(t(:terms_label, "Terms")) %> <%= counts[:terms] %>
- <%= before_label(t(:courses_label, "Courses")) %> <%= counts[:courses] %>
- <%= before_label(t(:sections_label, "Sections")) %> <%= counts[:sections] %>
- <%= before_label(t(:users_label, "Users")) %> <%= counts[:users] %>
- <%= before_label(t("Logins")) %> <%= counts[:logins] %>
- <%= before_label(t(:enrollments_label, "Enrollments")) %> <%= counts[:enrollments] %>
- <%= before_label(t(:crosslists_label, "Crosslists")) %> <%= counts[:xlists] %>
- <%= before_label(t("Admins")) %> <%= counts[:admins] %>
- <%= before_label(t("Group Categories")) %> <%= counts[:group_categories] %>
- <%= before_label(t(:groups, "Groups")) %> <%= counts[:groups] %>
- <%= before_label(t(:group_enrollments, "Group Enrollments")) %> <%= counts[:group_memberships] %>
- <%= before_label(t("User Observers")) %> <%= counts[:user_observers] %>
- <%= before_label(t("Change SIS IDs")) %> <%= counts[:change_sis_ids] %>