{% 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 Organizations-related roles:

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