{% extends 'users/layout.html' %} {% block head %} {% endblock %} {% block title %}Profile Updated success{% endblock %} {% block content %}
Your profile has been updated successfully. Thank you.

Want to make changes in your profile? Click here

{% if apps %}
{% for app in apps %}
{% if app.app_type_id|int==3 %} {% if app.app_host %} {% endif %} {% endif %} {% if app.app_type_id|int==2 %} {% if app.app_host %} {% endif %} {% endif %}
{% endfor %}
{% endif %}

{% endblock %} {% block script %} {% endblock %}