{% load static %} {% load dashboard_tags %} {% load i18n %} {% load fontawesome %}
{% csrf_token %}
{% if currstage == "summary" %} {% include 'sharedapp/partials/full_width_text.html' with widget=widget %} {% elif currstage == "details" %} {% include 'sharedapp/partials/full_width_text.html' with widget=widget %} {% elif currstage == "assessment" %} {% include 'sharedapp/partials/full_width_text.html' with widget=widget %} {% elif currstage == "recommendations" %} {% include 'sharedapp/partials/full_width_text.html' with widget=widget %} {% elif currstage == "qna" %} {% include 'sharedapp/partials/full_width_text.html' with widget=widget %} {% endif %}