{% extends "users/base.html" %} {% load crispy_forms_tags %} {% block content %}

{{ user.username }}

{% csrf_token %}
Get Jacked! {{form|crispy}}
{% if calories %}
Daily Calories: {{calories}} -- Daily Carbohydrates: {{carbs}} -- Daily Fats: {{fats}} -- Daily Protein: {{protein}} -- Activity Level: {{activity}} -- Starting Weight: {{startingWeight}} -- Goal Weight: {{goalWeight}} --
{% endif %} {% if currWeight %}
Current Weight: {{currWeight}}
{% endif %}

{% csrf_token %}

{% csrf_token %}

{% endblock content %}