{% extends "bootstrap_generic.html" %} {% load cms_tags menu_tags sekizai_tags %} {% block title %} {% page_attribute "page_title" %} - {{ fondo.title }} - {% page_attribute "page_title" request.current_page.get_root %} {% endblock %} {% block top_left %} {% addtoblock "css" %} {% endaddtoblock %} {% addtoblock "js" %} {% endaddtoblock %} {% url fund_fund_detail fondo.slug as fund_detail_root %}
{% url fund_fund_analysis fondo.slug as analisi_portafoglio %}
Analisi Portafoglio
{% if request.path == fund_detail_root or request.path != analisi_portafoglio and not fund_analysis_child %} {% endif %}
{% url fund_fund_yields fondo.slug as rendimenti_quote %}
Rendimenti e Quote
{% if request.path == fund_detail_root or request.path != rendimenti_quote and not fund_yields_child %} {% endif %}
{% url fund_fund_modalita_partecipazione fondo.slug as modalita_partecipazione %}
Modalità di partecipazione
{% url fund_fund_modalita_partecipazione fondo.slug %}
{% if request.path == fund_detail_root or request.path != modalita_partecipazione %} {% endif %}
{% url fund_fund_spese_commissioni fondo.slug as spese_commissioni %}
Spese e Commissioni
{% if request.path == fund_detail_root or request.path != spese_commissioni %} {% endif %}
{% endblock %} {% block central_content %}
{% block central_content_left %}{% endblock %} {% block central_content_central %}
{% block central_content_central_top %}{% endblock %} {% block central_content_central_middle %}

SCHEDA FONDO:

{{ fondo.long_description|safe }}
{% endblock %} {% block central_content_central_bottom %}{% endblock %}
{% endblock %} {% block central_content_right %} {% block diary_list %}
ACQUISTA

{{ fondo.title|lower|title }}

DIARIO DEL FONDO
{% for diary in fondo.diaries.all %}

{{ diary.date }}

{{ diary.title }}

more >
{% endfor %}
{% endblock %} {% endblock %}
{% endblock %}