<p><%= t(%{This report shows all the courses for a given term. The resulting csv
  file will have one row per course and will show the course id, course sis id,
  course short name, course name, account id, account sis id, account name,
  storage used in MB, and sum of all files in MB. The storage used reflects all
  files that go against the courses quota. The sum of all files in the course is
  the sum of all files that are in the course regardless of impact to the
  courses quota.}) %></p>

<h3><%= t(%{Example}) %></h3>

<table class="report_example">
  <thead>
  <tr>
    <th><%= t(%{id}) %></th>
    <th><%= t(%{sis id}) %></th>
    <th><%= t(%{short name}) %></th>
    <th><%= t(%{name}) %></th>
    <th><%= t(%{account id}) %></th>
    <th><%= t(%{account sis id}) %></th>
    <th><%= t(%{account name}) %></th>
    <th><%= t(%{storage used in MB}) %></th>
    <th><%= t(%{sum of all files in MB}) %></th>
  </tr>
  </thead>
  <tbody>
  <tr>
    <td>345</td>
    <td>c342</td>
    <td>MATH101</td>
    <td>Mathematics 101</td>
    <td>14</td>
    <td>MATH</td>
    <td>Math Department</td>
    <td>18.82</td>
    <td>53.15</td>
  </tr>
  </tbody>
</table>
