{% load testimonial_tags %} {% load tagging_tags %} {% load base_tags %} {% load base_filters %} {% load perm_tags %} {% has_perm user testimonials.change_testimonial testimonial as can_edit %} {% has_perm user testimonials.delete_testimonial testimonial as can_delete %}
{% if user.is_authenticated %} {% endif %}
{% if can_edit %}
{% endif %}