{% extends "layouts/base.html" %} {% block title %} Profile {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Profile Profile Details {% if pic == 'None' %} {{ current_user.username }} {{ current_user.email }} {% endif %} {% if pic != 'None' %} {% endif %} Select Image Upload {{ current_user.username }} {{ current_user.email }} Message Title Of Message Filters dimension selection {% for d in filters['dimensions'] %} {% if d == 'There is no available report. Please execute Schedule Data Process' %} {{ d }} {% endif %} {% if d != 'There is no available report. Please execute Schedule Data Process' %} {{ d }} {% endif %} {% endfor %} chart title select chart to show on message .. {% for page in filters['chart_names'] %} {% for d in filters['chart_names'][page] %} {{ d }} {% endfor %} {% endfor %} Content Skills HTML JavaScript Python AI AWS About Lives in Istanbul, Turkey Elsewhere GitHub LinkedIn Activities {% if messages != None %} {% for m in messages %} {% if m['user_avatar'] == 'None' %} {{ m['username'] }} {{ m['email'] }} {% endif %} {% if m['user_avatar'] != None %} {% endif %} {{ m['date_1'] }} {{ m['user'] }} {{ m['general_message'] }} {{ m['date_2'] }} {% if m['message'] != '' %} {% for sub_m in m['message'] %} {% if sub_m['user_avatar'] == 'None' %} {{ sub_m['user'] }} {{ sub_m['user'] }} {% endif %} {% if sub_m['user_avatar'] != None %} {% endif %} {{ sub_m['user'] }} {{ sub_m['message'] }} {{ sub_m['date_2'] }} {% endfor %} {% endif %} {% if pic == 'None' %} {{ current_user.username }} {{ current_user.email }} {% endif %} {% if pic != 'None' %} {% endif %} {{ current_user.username }} send {% endfor %} {% endif %} {% endblock content %} {% block javascripts %} {% endblock javascripts %}