{% load chem %} {% if mineral %}{{ mineral.name }} — Daily Stone{% else %}Daily Stone{% endif %} {% if mineral %} {% endif %}
{% if mineral %}
{% if mineral.color_description %} {{ mineral.color_description }} {% else %} Typical color {% endif %} {% if mineral.color_description_ru %} {{ mineral.color_description_ru }} {% endif %}
{{ mineral.color_hex }}

PropertiesСвойства

{% if mineral.category %}
CategoryКатегория {{ mineral.category }}
{% endif %} {% if mineral.crystal_system %}
Crystal SystemСингония {{ mineral.crystal_system }}
{% endif %} {% if mineral.mohs_hardness %}
Hardness (Mohs)Твёрдость (Моос) {{ mineral.mohs_hardness }}
{% endif %} {% if mineral.luster %}
LusterБлеск {{ mineral.luster }}
{% endif %} {% if mineral.streak %}
StreakЧерта {{ mineral.streak }}
{% endif %} {% if mineral.specific_gravity %}
Specific GravityПлотность {{ mineral.specific_gravity }}
{% endif %}
{% if mineral.description %}

AboutОписание

{% for para in mineral.description.splitlines %} {% if para %}

{{ para }}

{% endif %} {% endfor %}
{% if mineral.description_ru %}
{% for para in mineral.description_ru.splitlines %} {% if para %}

{{ para }}

{% endif %} {% endfor %}
{% endif %}
{% endif %} {% if mineral.history %}

History & EtymologyИстория и этимология

{% for para in mineral.history.splitlines %} {% if para %}

{{ para }}

{% endif %} {% endfor %}
{% if mineral.history_ru %}
{% for para in mineral.history_ru.splitlines %} {% if para %}

{{ para }}

{% endif %} {% endfor %}
{% endif %}
{% endif %} {% else %}

Daily Stone

No minerals have been loaded yet. Check back soon!

k-boris.tech
{% endif %}