site-zkmr-calculator/mirzaev/calculator/system/views/header.html

15 lines
687 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<header>
<nav>
<a id="logo" href="/" title="Калькулятор расходов">
<img src="" alt="Калькулятор">
</a>
{% if account is not empty %}
<a class="link" href="/journal" title="Записи рассчётов">Журнал</a>
{% if account.permissions.settings is defined and account.permissions.settings == 1 %}
<a class="link" href="/settings" title="Настройки калькуляторов">Настройки</a>
{% endif %}
{% endif %}
<a class="link" href="/contacts" title="Связь с администрацией">Контакты</a>
</nav>
</header>