{% load i18n %} {% load lfc_tags %} {% load portlets_tags %} {% load lfc_theme_tags %} {% block title %}{{ PORTAL.title }} - {{ lfc_context.title }}{% endblock %} {% if lfc_context.get_meta_keywords %}{% endif %} {% if lfc_context.get_meta_description %}{% endif %} {% block css %}{% endblock %} {% block javascript %}{% endblock %} {% if user.is_authenticated %}
{% templates %}
{% if user.last_name %} {{user.first_name}} {{user.last_name}} {% else %} {{ user.username }} {% endif %} | {% trans "Logout" %} {% if lfc_context %} | {% trans "Manage" %} {% else %} | {% trans "Manage" %} {% endif %}
{% endif %}
{% tabs %}
{% if IS_DEFAULT_LANGUAGE %}
{% else %}
{% endif %}
{% slots_information %} {% block wrapper %}
{% if SlotLeft %}
{% block left-slot %} {% portlet_slot 'Left' lfc_context %} {% endblock %}
{% endif %}
{% breadcrumbs %} {% block content %} {% endblock %} {% block comments %} {% include "comments/comments.html" %} {% endblock %}
{% if SlotRight %}
{% block right-slot %} {% portlet_slot 'Right' lfc_context %} {% endblock %}
{% endif %}
{% endblock %}

{% trans 'Powered by' %} LFC — Lightning Fast CMS

LFC {% trans 'is a product of' %} iqplusplus — © 2009 iqplusplus — {% trans 'All rights reserved' %}

{% trans 'Distributed under the' %} {% trans 'BSD-License' %}