1<div .col-sm-9>
2  <div .content-box>
3    <h2>
4      Enabling #{description}
5    <p>
6      To use this Amazon repository, you need an Access Key ID, and a #
7      Secret Access Key. These access keys will be stored in a file that #
8      only you can access.
9    <p>
10      If this repository uses your Amazon account, you can #
11      <a href="https://portal.aws.amazon.com/gp/aws/securityCredentials#id_block">
12        look up your access keys. #
13      If this repository uses someone else's Amazon account, they #
14      can generate access keys for you, using their #
15      <a href="https://console.aws.amazon.com/iam/home">
16        IAM Management Console.
17    <p>
18      <form method="post" .form-horizontal enctype=#{enctype}>
19        <fieldset>
20          ^{form}
21          ^{webAppFormAuthToken}
22          <div .form-group>
23            <div .col-sm-10 .col-sm-offset-2>
24              <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
25                Enable Amazon repository
26<div .modal .fade #workingmodal>
27  <div .modal-dialog>
28    <div .modal-content>
29      <div .modal-header>
30        <h3>
31          Enabling repository ...
32      <div .modal-body>
33        <p>
34          Enabling this Amazon repository. This could take a minute.
35