{% extends 'base_software.html' %} {% from 'host/common.html' import edit_field %} {% block head %} {% endblock %} {% block main %}
User Preferences

Filter Platforms

To exclude certain platforms from displaying on the CCO menu, check the checkbox next to the platform and release.
{% for platform_and_release in platforms_and_releases %} {% endfor %}
     
{{ platform_and_release.platform | beautify_platform }} {{ platform_and_release.release }}
 

CCO Authentication

Authentication information is used when downloading files from CCO.
{{ edit_field(form.cco_username, label_field_width="col-sm-4", autocomplete="off", field_width="col-sm-6", class="form-control") }} {{ edit_field(form.cco_password, label_field_width="col-sm-4", autocomplete="off", field_width="col-sm-6", class="form-control", placeholder=form.password_placeholder) }}
{% endblock %}