{% load base_tags %} {% load perm_tags %} {% has_perm user site_settings.change_setting as can_edit_setting %} {% has_perm user testimonials.add_testimonial as can_add_testimonial %} {% if app_object %} {% has_perm user testimonials.view_testimonial app_object as can_view_testimonial %} {% has_perm user testimonials.change_testimonial app_object as can_edit_testimonial %} {% has_perm user testimonials.delete_testimonial app_object as can_delete_testimonial %} {% else %} {% has_perm user testimonials.view_testimonial as can_view_testimonial %} {% has_perm user testimonials.change_testimonial as can_edit_testimonial %} {% endif %}