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

{% model_icon 'user' %} {{ user_profile.get_full_name }}

{% include "partial/execution_list_inline.html" with list=user_executions model_name='user' id=user_profile.id %} {% endblock %}