templates/applicant/new.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}New Applicant{% endblock %}
  3. {% block body %}
  4.     <h1>Submit Your Fellowship Application</h1>
  5.     {{ include('applicant/_form.html.twig') }}
  6.    <p><strong>* Dean’s Letter Requirement Note: </strong> if you need to request your Dean's Letter, please upload a document with your name and date as 
  7.    a confirmation you have requested a copy from your medical school to be sent via email to:</p>
  8. <ul>
  9. <li>Isaac Valencia-Avendano (ivalenciaavendano@health.ucsd.edu) for Body Imaging applicants</li>
  10. <li>Mariana Yanez (m4yanez@health.ucsd.edu) for MSK applicants </li>
  11. <li>Delia Munoz-Olivares (dmunozol@health.ucsd.edu) for Breast Imaging applicants</li>
  12. <li>Isaac Valencia-Avendano (ivalenciaavendano@health.ucsd.edu) for Women's Imaging applicants</li>
  13. <li>Delia Munoz-Olivares (dmunozol@health.ucsd.edu) for Cardiothoracic applicants</li>
  14. <li>Myra N Dang (mndang@health.ucsd.edu) for MRI applicants</li>
  15. </ul>
  16. {% endblock %}