{% extends "organization/home-base.html" %} {% block middle_content %}
| {{ _('User:') }} | {{ link_user(object.user) }} |
|---|---|
| {{ _('Organization:') }} | {% with org=object.organization %} {{ org.name }} {% endwith %} |
| {{ _('Time:') }} | {{ object.time|date(_("N j, Y, g:i a")) }} |
| {{ _('Reason:') }} | {{ object.reason }} |