{% extends "profiles/base.html" %} {% load profile_tags %} {% load styled_forms %} {% block title %}{% trans 'Edit Education History' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %} {% if request.user == user_this %}
{% trans 'User:' %} {% if user_this.full_name %}{{ user_this.full_name }}{% else %}{{ user_this.username }}{% endif %}
{% endif %}