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

kankileriniz

{% if me.friendship_list %} {% else %} henüz hiç kankiniz yok :( {% endif %}

{% if me.waiting_friendship_requests %}

kanki olmak istedikleriniz

{% endif %}
{% include "inc/sidebar.html" %} {% endblock %}