{% include 'header.html' %} {% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %}

{% if g.mode == "single" %}{{ g.trans['your_blog'] }}{% else %}{{ g.trans['your_blogs'] }}{% endif %}

{% if g.mode == "multi" %}

{{ blogs | count }}/{{ g.blog_limit }}

{% endif %} {% for blog in blogs %}
{% if g.mode == "multi" %}

{{ blog.name }}

{% endif %} {{ g.trans['title'] }}: {{ blog.title }} URL: {% if g.mode == "multi" %} {% if blog.access == "path" %}https://{{ g.main_domain }}/b/{{ blog.name }} {% else %}https://{{ blog.name }}.{{ g.main_domain }}/{% endif %} {% else %} {{ g.main_domain }} {% endif %}
{{ g.trans['edit'] }} {{ g.trans['new_post'] }} {{ g.trans['statistics'] }} {% if g.mode == "multi" %} {{g.trans['delete_blog'] }} {% endif %}
{% endfor %}

{{ g.trans['settings'] }}

{% if g.mode == "multi" %} {% if blogs | count < g.blog_limit | int %} {{ g.trans['create_new_blog'] }} {% endif %} {% endif %} {{ g.trans['change_password'] }} {{ g.trans['migrate_posts'] }}
{% include 'footer.html' %}