{% set url_path = request.url.split('?')[0].split('/') %} {% if 'projects' in url_path %} {% set url_path = url_path[url_path.index('projects') + 1:] %} {% else %} {% set url_path = none %} {% endif %} {% if current_user.is_authenticated and url_path is not none %} {% for pix in url_path %} {{ pix[0] | upper }}{{ pix[1:] }} {% endfor %} {% endif %} {% block header_actions %}{% endblock %} {% if current_user.is_authenticated %} {{ current_user.username }} {% else %} Login {% endif %} Notifications {% if messages %} {% for category, message in messages %} {{ message }} {% endfor %} {% else %} You don't have any notifications! {% endif %}
{{ current_user.username }}
Login
Notifications