{% extends "base.html" %} {% block top_menu %} {% include 'inc/menu.html' %} {% endblock %} {% block content %}
{% if friendship_requests %}

Arkadaşlık İstekleri

{% for friendship in friendship_requests %} {% endfor %} {% endif %}

kanki bulmaca !

{% include 'inc/search.html' %}

duvara karşı

no-posts
{% include "inc/sidebar.html" %} {% endblock %}