{% extends MACHINA_BASE_TEMPLATE_NAME %} {% load static %} {% load i18n %} {% load forum_permission_tags %} {% load forum_extras %} {% load guardian_tags %} {% block title %}{% block sub_title %}{% endblock sub_title %} - {{ request.site.name }} Forums{% endblock title %} {% block css %} {{ block.super }} {% endblock css %} {% block body %} {% include "grandchallenge/partials/navbar.html" with hide_userlinks=False %} {% if forum.challenge %}
{% else %} {% include "partials/breadcrumb.html" %} {% endif %}
{% block outer_content %} {% block messages %} {% if forum.challenge %} {% include 'challenges/challenge_banner.html' with challenge=forum.challenge %} {% endif %} {% include "grandchallenge/partials/messages.html" %} {% endblock %} {% if forum.challenge %} {% block topbar %} {% get_obj_perms request.user for forum.challenge as "user_perms" %} {% is_participant request.user forum.challenge as is_challenge_participant %} {% include 'challenges/challenge_topbar.html' with challenge=forum.challenge challenge_perms=user_perms user_is_participant=is_challenge_participant %} {% endblock %} {% endif %} {% endblock %}
{% block content %} {% endblock content %}
{% endblock %} {% block js %} {% block onbodyload %} {% endblock onbodyload %} {% endblock js %}