{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_row %} {% block title %}New Site{% endblock %} {%block tag %}home{% endblock %} {% block content %}

Export Compliance

By downloading Fedora software, you acknowledge that you understand all of the following: Fedora software and technical information may be subject to the U.S. Export Administration Regulations (the “EAR”) and other U.S. and foreign laws and may not be exported, re-exported or transferred (a) to any country listed in Country Group E:1 in Supplement No. 1 to part 740 of the EAR (currently, Cuba, Iran, North Korea, Sudan and Syria); (b) to any prohibited destination or to any end user who has been prohibited from participating in U.S. export transactions by any federal agency of the U.S. government; or (c) for use in connection with the design, development or production of nuclear, chemical or biological weapons, or rocket systems, space launch vehicles, or sounding rockets, or unmanned air vehicle systems.

You may not download Fedora software or technical information if you are located in one of these countries or otherwise subject to these restrictions. You may not provide Fedora software or technical information to individuals or entities located in one of these countries or otherwise subject to these restrictions. You are also responsible for compliance with foreign law requirements applicable to the import, export and use of Fedora software and technical information.

{{ render_field_in_row(form.name) }} {{ render_field_in_row(form.password, after="used by report_mirrors script, you make this anything you want") }} {{ render_field_in_row(form.org_url, after="Company/School/Organization URL e.g. http://www.redhat.com") }} {{ render_field_in_row(form.private, after="e.g. Not available to the public") }} {% if is_admin %}{{ render_field_in_row(form.admin_active, after="Uncheck this box to temporarily disable this site, it will be removed from public listings." ) }}{% endif %} {{ render_field_in_row(form.user_active, after="Uncheck this box to temporarily disable this site, it will be removed from public listings.") }} {{ render_field_in_row(form.all_sites_can_pull_from_me, after="Enable all mirror sites to pull from me without explicitly adding them to my list.") }} {{ render_field_in_row(form.downstream_comments) }}

{{ form.csrf_token }}

{% endblock %}