{% extends theme("layouts/1-column.html") %} {% from theme('macros/follow.html') import follow_btn with context %} {% set bundle = 'organization' %} {% set body_class = 'org-display' %} {% block breadcrumb %}
  • {{ _('Organizations') }}
  • {% endblock %} {% block content %} {% cache cache_duration, 'organization-content', org.id|string, g.lang_code, current_user.slug or 'anonymous' %}
    {% block main_content %}{% endblock %}
    {# Right sidebar with organization aside ( counters, logo, social...) #}
    {% block secondary_content %}{% endblock %}
    {% block after_content %}{% endblock %} {% endcache %} {% endblock %}