{% extends "cosinnus/base.html" %} {% load i18n static cosinnus_tags djajax_tags %} {% block page_title %} {% blocktrans with username=this_user|full_name %}User profile: {{ username }}{% endblocktrans %}{{ block.super }} {% endblock %} {% block main_page %} {% if SETTINGS.DEBUG and not user|cosinnus_setting:"test_msg" %}
This message will never reappear when you remove it.