{% include "users/profile/comics.html" %}
{% include "users/profile/assisted_comics.html" %}
{% include "users/profile/recommended_comics.html" %}
{% include "users/profile/friends.html" %}
{% include "users/profile/topics.html" %}
{% include "users/profile/videos.html" %}
{% include "users/profile/trophies.html" %}
{% with profile as object %}
{% with profile.user as owner %}
{% include 'comments/module.html' %}
{% endwith %}
{% endwith %}
{% endblock %}