{% load chem %} {% if mineral %}{{ mineral.name }} — Daily Stone{% else %}Daily Stone{% endif %} {% if mineral %} {% endif %}
{% if mineral %}
{{ mineral.color_description|default:"Typical color" }} {{ mineral.color_description_ru|default:mineral.properties_ru.color_description|default:mineral.color_description|default:"Типичный цвет" }}
{{ mineral.color_hex }}

PropertiesСвойства

{% if mineral.category %}
CategoryКатегория {{ mineral.category }} {{ mineral.properties_ru.category|default:mineral.category }}
{% endif %} {% if mineral.crystal_system %}
Crystal SystemСингония {{ mineral.crystal_system }} {{ mineral.properties_ru.crystal_system|default:mineral.crystal_system }}
{% endif %} {% if mineral.mohs_hardness %}
Hardness (Mohs)Твёрдость (Моос) {{ mineral.mohs_hardness }}
{% endif %} {% if mineral.luster %}
LusterБлеск {{ mineral.luster }} {{ mineral.properties_ru.luster|default:mineral.luster }}
{% endif %} {% if mineral.streak %}
StreakЧерта {{ mineral.streak }} {{ mineral.properties_ru.streak|default:mineral.streak }}
{% endif %} {% if mineral.specific_gravity %}
Specific GravityПлотность {{ mineral.specific_gravity }} {{ mineral.properties_ru.specific_gravity|default: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 %}