{% extends "base.html" %} {% block content %}

Gentoo Account Settings

Change Gentoo related information.

{{ gentoo_account_settings.errors }} {{ gentoo_account_settings.non_field_errors }}
{% if user_info.developer_bug %} {% for devbug in user_info.developer_bug %} {% csrf_token %} {% if user_info.is_recruiter %} {% endif %} {% endfor %}
Developer Bug
{{ devbug }}
{% endif %} {% if user_info.recruiter %}
{% csrf_token %} {{ gentoo_account_settings.developer_bug.label_tag }} {{ gentoo_account_settings.developer_bug.errors|striptags }}
{% endif %}
{% if user_info.gentoo_join_date %} {% for gjd in user_info.gentoo_join_date %} {% csrf_token %} {% if user_info.is_recruiter %} {% endif %} {% endfor %}
Gentoo Join Date
{{ gjd }}
{% endif %} {% if user_info.is_recruiter %}
{% csrf_token %} {{ gentoo_account_settings.gentoo_join_date.label_tag }} {{ gentoo_account_settings.gentoo_join_date.errors|striptags }}
{% endif %}
{% if user_info.mentor %} {% for mentor in user_info.mentor %} {% csrf_token %} {% if user_info.is_recruiter %} {% endif %} {% endfor %}
Mentor
{{ mentor }}
{% endif %} {% if user_info.is_recuriter %}
{% csrf_token %} {{ gentoo_account_settings.mentor.label_tag }} {{ gentoo_account_settings.mentor.errors|striptags }}
{% endif %}
{% if user_info.gentoo_retire_date %} {% for grd in user_info.gentoo_retire_date %} {% csrf_token %} {% if user_info.is_recruiter %} {% endif %} {% endfor %}
Gentoo Retire Date
{{ grd }}
{% endif %} {% if user_info.is_recruiter %}
{% csrf_token %} {{ gentoo_account_settings.gentoo_retire_date.label_tag }} {{ gentoo_account_settings.gentoo_retire_date.errors|striptags }}
{% endif %}
{% if user_info.is_developer %}
{% csrf_token %}
{{ gentoo_account_settings.planet_feed.label_tag }} {{ gentoo_account_settings.planet_feed.errors|striptags }}
{{ gentoo_account_settings.universe_feed.label_tag }} {{ gentoo_account_settings.universe_feed.errors|striptags }}

{% endif %}
{% endblock %} {# vim:se fileencoding=utf8 et ts=4 sts=4 sw=4 ft=htmldjango : #}