{% load i18n %} {% load lfc_tags %} {% load portlets_tags %} {% load lfc_theme_tags %} {{ PORTAL.title }} - {{ lfc_context.title }} {% if lfc_context.get_meta_keywords %}{% endif %} {% if lfc_context.get_meta_description %}{% endif %} {% block css %}{% endblock %} {% block javascript %}{% endblock %}
{% if lfc_context %} {% tabs lfc_context %} {% else %} {% tabs %} {% endif %}
{% slots_information %} {% block wrapper %}
{% if SlotLeft %}
{% block left-slot %} {% portlet_slot 'Left' lfc_context %} {% endblock %}
{% endif %}
{% breadcrumbs %} {% block content %} {% 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' %}