{% if obj.class_name = 'Map' %}
{% endif %}
{% if obj.class_name = 'Layer' %}
{% extends "people/profile_base.html" %} {% load static %} {% load friendly_loader %} {% friendly_load i18n avatar_tags relationship_tags activity_tags %} {% load pagination_tags %} {% block title %} {% trans "Profile of " %}{{ profile.name|default_if_none:profile.user.username }}{% endblock %} {% block body_class %}people people-list explore{% endblock %} {% block body %}
{% trans "No contents found." %}