{% extends 'layout_auth.html' %} {% load crispy_forms_tags %} {% block content %}

{{ user.first_name | title }} {{ user.last_name | title }}

Back

{{ entry.date }}

{% if projects == "True" %} {% include 'forms/entry_edit_projects.html' %} {% else %} {% include 'forms/entry_edit.html' %} {% endif %}
{% endblock %}