{% extends 'base/base.html' %} {% load tz %} {% load static %} {% load widget_tweaks %} {% block othermeta %} {% endblock %} {% block title %}Sayches / Settings{% endblock %} {% block content %}
{% if is_block_user %} {% include "base/suspended.html" %} {% elif user.disposable %} {% include "base/suspended.html" %} {% else %}
{%include 'settings/sidebar.html'%}
{%include 'settings/profile.html'%}
{%include 'settings/privacy_security.html'%}
{%include 'settings/from_sayches.html'%}
{% if ads %}
{%include 'settings/ads_history.html'%}
{% endif %}
{%include 'settings/developer.html'%}
{% endif %}
{% endblock %} {% block js %} {% endblock js %}