{% block head_ex %} {% endblock %}
{{settings.title}}
{{settings.description}}
中文版
|
English Version
| {% if users.is_owner %}
{{ _('Admin')}}
| {% endif %} {% if users.cur_user %}
{{ _('Logout')}}
{% else %}
{{ _('Login') }}
{% endif %} |
{{ _('All Albums') }}
{% if allalbums %}
{% for ab in allalbums %}
{{ab.name|truncate(20,True)}}{% if not ab.public %} ({{ _("private") }}) {% endif %}
{% endfor %}
{% endif %}
{% if album %}
>>
{{album.name|truncate(20,True)}}
{% endif %} {% if photo %}
>>
{{photo.name|truncate(20,True)}}
{% endif %} {% block ex_navigation %} {% endblock %}
{% if users.is_admin %}
{{ _('Add Photos') }}
{% endif %} {% if users.is_admin %}
|
{{ _('Create Album') }}
{% endif %} {% block commandbar %} {% endblock %}
{% block page %}{% endblock %}
{% if users.is_admin %}
{{ _('Create Album') }}
{{ _('Album Name') }}:
{{ _("public") }}
{{ _("private") }}
{{ _('Description') }}:
{% endif %}