{% if user.is_authenticated %}
            {% trans "Log out" %} |
          {% else %}
            {% trans "Log in" %} |
          {% endif %}
          {% if user.is_staff %}
            {% trans "Administration" %} |
            {% if ROSETTA_INSTALLED %}
              {% trans "Edit translations" %} |
            {% endif %}
          {% endif %}
          {% trans "Imprint" %}
        
        {% block Headline %}{% endblock %}
        {% block ContentMaster %}
        
      
      
    
          {% block LeftColumn %}
          {% endblock %}
        
        
          {% block Content %}
          {% endblock %}
        
        {% endblock %}