{{ _('lb_personal_website') }}
{{ form('dashboard/editprofilesave', 'name': 'frmLink', 'id': 'frmLink', 'method': 'post') }}
{% set n = 1 %} {% if linkLists|length %} {% for index, info in linkLists %}
{% set n = n + 1 %} {% endfor %} {% endif %} {% for j in n..10 %}
{% endfor %}
  • {{ _('btn_cancel') }}
{{ end_form() }}
{{ _('lb_personal_website_show') }}
    {% set n = 11 %} {% if linkLists != "" %} {% for index, info in linkLists %} {% if n <= 13 %}
  • {{ info['title'] }}
  • {% endif %} {% if n > 13 %}
  • {{ info['title'] }}
  • {% endif %} {% set n = n + 1 %} {% endfor %} {% endif %}
{% set ln = linkLists|length %} {% if ln > 3 %}
{% endif %}