{% extends "layout.html" %} {% block title %}Golem : Settings{% endblock %} {% block head %} {% endblock %} {% block content %}

{{project|capitalize|replace("_", " ")}} - Settings

{% if g.user.project_weight(project) >= 40 %} {% endif %}
Project settings override global settings.

{% endblock %}