{% extends 'query/user/layout.html' %} {% block title %}{{conf_data.conf_name}} - Raise a Query{% endblock %} {% block content %}
{% if getDays: %} {% for days in getDays %} {% if days.dt|string == current_date : %} {% set bg_color = "#0c7080" %} {% set textcolor = "white" %} {% else %} {% set bg_color = "none" %} {% set textcolor = "none" %} {% endif %}
{{days.display_dt}}
{{days.dt.strftime('%d-%m-%Y')}}, {{days.dt.strftime('%A')}}
{% endfor %} {% else %}

No Data

{% endif %}
{% endblock %}