{% from 'flagit/includes/macros.html' import date_by_user with context %}

{{ _('Content:') }}

{{ object.content_object }}

{{ object.content_object.bio|wiki_to_html(nofollow=True) }}

{{ _('Flagged:') }}

{{ date_by_user(object.created, object.creator) }}

{{ _('Take Action:') }}

{{ _('View') }} {% if user.is_staff and user.has_perm('profile.change_profile') %} {{ _('Edit') }} {% endif %}