{% load i18n %} {% load lfc_tags %} {% load lfc_theme_tags %} {% load portlets_tags %} {% load compress %} {% slots_information %} {% block title %}{{ lfc_context.get_meta_title }}{% endblock %} {% if lfc_context.get_meta_keywords %}{% endif %} {% if lfc_context.get_meta_description %}{% endif %} {% compress css %} {% endcompress %} {% block css %}{% endblock %} {% compress js %} {% endcompress %} {% block js %}{% endblock %} {% include "lfc/management.html" %} {% include "lfc/header.html" %} {% include "lfc/tabs.html" %} {% 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 %} {% include "lfc/footer.html" %} {% include "lfc/colophon.html" %}