{% extends 'profile/base.html' %} {% load crispy_forms_tags %} {% load humanize %} {% load static %} {% block content %} Job Preferences for {{profileData}} - Stack Overflow
{{profileData.full_name}}
{{profileData.title}}
  • Joined {{profileData.user.date_joined|naturaltime}}
  • {% if not profileData.is_high_moderator %}
  • Last Seen {{ online_user_activity.last_activity|naturaltime }}
  • {% endif %}
Profile Activity {% if request.user == profileData.user %} Settings {% endif %}
{% csrf_token %}
Job search status

Maximum matches. We'll get you in front of employers ASAP and send you any new jobs that match your interests.

Fewer matches. Employers can find you and we'll be selective with the matches we send.

No matches. Employers won't find you and we won't send you any matches.

Contact information
 
{% endblock content %}