{% extends 'organizations/base.html' %} {% load bootstrap %} {% block pagetitle %}: organizations dashboard{% endblock pagetitle %} {% block content %}
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 |