{% extends user.is_authenticated|yesno:"internal-layout.html,external-layout.html" %} {% block title %}Fleeg | {{ profile.first_name }} {{ profile.last_name }}{% endblock %} {% block content %} {% if user.is_authenticated %}
{% endif %} {% include 'account/profile-user.html' %}