{% extends 'organizations/base.html' %} {% load bootstrap %} {% block pagetitle %}: organizations dashboard{% endblock pagetitle %} {% block content %}

Welcome to your Organizations dashboard, {{ request.user.org_contact.get_title_display }} {{ request.user.last_name }}

Your account

{{ request.user.org_contact }}

Your Organizations-related roles

{% for role in own_roles %} {% empty %} {% endfor %}
Organization Role kind Date from Date until Actions
{{ role.organization }} {{ role.get_kind_display }} {{ role.date_from|date:"Y-m-d" }} {{ role.date_until|date:"Y-m-d" }} Update
No role has been defined
{% endblock content %}