{% extends "people/base.html" %} {% load static %} {% load friendly_loader %} {% friendly_load i18n avatar_tags relationship_tags activity_tags %} {% block body %} {% for layer in profile.user.layer_set.all %} {% endfor %} {% for map in profile.user.map_set.all %} {% endfor %} {% for doc in profile.user.document_set.all %} {% endfor %}
{% trans "Type" %} {% trans "Title" %} {% trans "Date" %}
{% trans "Layer" %} {{ layer.title }} {{ layer.date|date:"Y-m-d" }}
{% trans "Map" %} {{ map.title }} {{ map.last_modified|date:"Y-m-d" }}
{% trans "Document" %} {{ doc.title }} {{ doc.date|date:"Y-m-d" }}
{% if user == profile.user %} {% comment %}
{% trans "Change permissions on selected" %} {% trans "Remove selected" %}
{% endcomment %} {% with "/data/api/batch_permissions/" as form_action %} {% include "_permissions_form.html" %} {% endwith %} {% endif %} {% endblock %} {% block sidebar %}
{% avatar profile.user 80 %}

{{ profile.name }}

{% if_has_tag actor_url %} Activities {% endif_has_tag %} {% if user == profile.user %}

{% trans "Actions" %}

{% if_has_tag if_relationship %} {% include "relationships/_manage_connections.html" %} {% endif_has_tag %} {% else %} {% if_has_tag if_relationship %} {% include "relationships/_profile_follow.html" %} {% endif_has_tag %} {% endif %} {% if_has_tag if_relationship %} {% include "relationships/_list_connections.html" %} {% endif_has_tag %} {% endblock %} {% block extra_script %} {% endblock extra_script %}