1 {% extends "catalogue/base.html" %}
3 {% load document_list from document_list %}
6 {% block inner_content %}
8 {% if card.user.pk == request.user.pk %}
9 <a style="float:right" class="btn btn-default" href="{% url 'organizations_user_edit' %}">{% trans "Edit" %}</a>
12 {% include "organizations/snippets/user.html" with org=card %}
14 <h2>{% trans "Resources" %}</h2>
15 {% document_list user=card.user.pk %}