{% import 'admin/layout.html' as layout with context -%} {% import 'admin/static.html' as admin_static with context %}
{% if current_user.first_name %} {{ current_user.first_name }} {% if current_user.last_name %} {{ current_user.last_name }} {% endif %} {{ current_user.email }} {% else %} {{ current_user.email }} {% endif %}