{% extends "core/base.jinja" %} {% block title %} {% if profile %} Edit {{ profile.get_display_name }} {% endif %} {% endblock %} {% block content %} {% if profile %}
You're editing the profile of {{ profile.get_display_name }}
{% endif %} {% endblock %}