{% block extra_css %}{% endblock %} {% if current_user and current_user.is_authenticated and current_user.current_project %}
{% endif %}
{% block content %}{% endblock %}
{% if current_user and current_user.is_authenticated and current_user.current_project %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% endfor %} {% endif %} {% endwith %}
{% block extra_js %}{% endblock %}