<!-- Large modal -->
<div id="modal-confident" class="modal fade bd-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel" aria-hidden="true">
  <div class="modal-dialog modal-lg" role="document">
    <div class="modal-content">
      
      <div class="modal-body">
         <div class="row modal-confident-head" >
          <div  class="col-12" >
            <h3 class="modal-title text-center" id="exampleModalLabel"> {% trans %} CONFIDENTIAL {% endtrans %}</h3>
          </div>
          <div  class="col-12 ">
             <h4 class="text-center">{% trans %} Consent to Disclosure of Information {% endtrans %}</h4>
          </div>
        </div>

        <div class="row mt-1">
          <div  class="col-12">
             <h6 class="text-center"> 
              <i>
                {% trans %}
                  This form should be read to the beneficiary or their guardian in their mother tongue. 
                  It should be clearly explained to the beneficiary that he / she can choose any or none of the options offered.
                {% endtrans %}
              </i>
             </h6>
          </div>
        </div>


        <div class="row mt-5">
          <div class="col  confident-page" >
              <p class="text-justify mb-2">
              {% trans %}
              I authorize to communicate the information relating to the incident that I declared to him as explained below:
              {% endtrans %}
              </p>
              <p class="text-justify mb-3">
              {% trans %}
                I understand that by giving my authorization below, I allow (name of your organization) to communicate to the service provider (s).
               I have designated the information specifically relating to my case, contained in my report incident, 
               in order to be able to benefit from assistance according to my security, health, psychosocial and / or legal needs.
              {% endtrans %}
              </p>
              <p class="text-justify mb-3">
              {% trans %}
              I understand that the information communicated will be treated confidentially and with respect, 
              and will only be disclosed if it is necessary to enable me to receive the assistance I have requested.
              {% endtrans %}
              </p>

              <p class="text-justify mb-3">
              {% trans %}
               I understand that the disclosure of this information implies that a member of the organization or service checked below can speak to me. I have the right 
               to change my mind at any time about the disclosure of information to the body / contact person named below.
              {% endtrans %}
              </p>
             
          </div>
        </div>
      </div>

       <div class="modal-footer">
        <button type="button" id="btn-close-modal" class="btn btn-outline-success">{% trans %}Close{% endtrans %}</button>
      </div>

    </div>
  </div>
</div>
