{% load text_tags %}
{% if dashboard_messages %} {% for message in dashboard_messages %}
{{ message }}
{% endfor %} {% endif %} {% if welcome_message %}
{{ welcome_message }}
{% endif %}
{% include 'cubane/backend/form/form_fields.html' with form=add_widget_form fields='widgets' %}
{% for widget in dashboard_widgets %} {% include 'cubane/backend/dashboard/widget.html' %} {% endfor %}
{% if provided_by.logo or provided_by.name %}
{% if provided_by.name %}
{% endif %}
{% if provided_by.contact_name %}

Tech Support

Your project manager is {{ provided_by.contact_name }}
{% endif %}
{% if provided_by.contact_email or provided_by.contact_phone %} {% endif %} {% if provided_by.contact_email %} {% endif %} {% if provided_by.contact_phone %} {% endif %}
{% if provided_by.logo %} {{ provicded_by.name }} {% endif %}
Provided By {{ provided_by.name }}
{% endif %}