Categoria Assogestioni | {{ fund.assogestioni_category }} |
Valuta | {{ fund.get_currency_display }} |
Benchmark | {{ fund.benchmark }} |
Scopo | {{ fund.scope|safe }} |
Isin classe A1 | {{ fund.isin_a1_class }} |
Isin classe A2 | {{ fund.isin_a2_class }} |
Isin classe P1 | {{ fund.isin_p1_class }} |
Isin classe P2 | {{ fund.isin_p2_class }} |
Isin classe Q2 | {{ fund.isin_q2_class }} |
Isin classe C1 | {{ fund.isin_c1_class }} |
Isin classe C2 | {{ fund.isin_c2_class }} |
Isin classe A5 | {{ fund.isin_a5_class }} |
Isin classe P5 | {{ fund.isin_p5_class }} |
{% for promoter in fund.promoters.all %}
{{ promoter.name }}
{{ promoter.description|safe }}
{% if promoter.image %}
{% endfor %} |
|
{% for promoter in fund.copromoters.all %}
{{ promoter.name }}
{% if promoter.short_description %}
{{ promoter.short_description|safe }}
{% else %}
{{ promoter.description|safe }}
{% endif %}
{% if promoter.image %}
{% endfor %} |
|
Premi del Fondo |
{% for award in fund.awards.all %}
{{ award.description }}
{% endif %}
{% endfor %} |