{% extends 'base2.html' %} {% load static %} {% block head_title %} Profile: {{ user }} {% endblock head_title %} {% block extra_head %} {% endblock extra_head %} {% block content %}
{% if profile.image %}
{% else %}
{% endif %}
{{ user }}
{% if profile.bio %} {{ profile.bio }} {% else %} Few lines describing you. {% endif %}
Edit biography
{% block profile_content %} {#
#} {#
#} {# #} {#
#} {#
#} {#
This month
#} {# #} {#
#} {#
#} {#
#} {#
#} {#
My advertisements
#} {# Add new#} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for advert in my_adverts %}#} {# #} {# #} {# #} {# #} {# #} {##} {# #} {# #} {# {% endfor %}#} {# #} {#
#TitleViewsCreatedControl
1{{ advert.name }}{{ advert.views }}{{ advert.created }}#} {# TODO: Replace with slugs. Current slug method is buggy. Createview is not creating slugs.#} {#
#} {# #} {# View#} {# Edit#} {# Delete#} {#
#} {##} {#
#} {##} {#
#}
My advertisements
Add new
{% for advert in my_adverts %} {% endfor %}
# Title Views Created Control
1 {{ advert.name }} {{ advert.views }} {{ advert.created }} {# TODO: Replace with slugs. Current slug method is buggy. Createview is not#} {# creating slugs.#}
{% endblock profile_content %}
{% endblock content %} {% block scripts %} {% endblock scripts %}