{% extends "section.html" %} {% load profiles %} {% block section_style %}section{% endblock %} {% block section_toolbar %}
{% if profile and can_modify %} {% endif %} {% if not profile and user.is_superuser %} {% endif %}
{% endblock %} {% block section_title %}{{disp_user.get_full_name}}{% endblock %} {% block section_content %} {% if profile %} {% last_known_position profile %} {% else %}
No profile available.
{% endif %} {% endblock %}