{% extends 'profile/base.html' %} {% load crispy_forms_tags %} {% load humanize %} {% load static %} {% block content %} Email Settings 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 %}
{% if request.user == request.user.profile.user %} {% endif %}
Profile Activity {% if request.user == profileData.user %} Settings {% endif %}
 
Job Prefrences Edit Email {% endblock content %}