• {{ lang('TOPICPINS') }}
    {{ lang('TOPICPINS_TOPICS') }}
    {% if loops.topicpins|length %} {% for topicpins in loops.topicpins %}
  • {% if topicpins.AVATAR_HTML %} {{ topicpins.AVATAR_HTML }} {% else %} {{ lang('READ_PROFILE') }} {% endif %}
    {{ topicpins.POST_SUBJECT }} {% if S_TOPICPINS_CAN_PIN and topicpins.U_TOPICPIN_UNPIN %} {{ lang('TOPICPINS_UNPIN') }} {% endif %}
    {{ lang('VIEW_LATEST_POST') }} {{ lang('POST_BY_AUTHOR') }} {{ topicpins.USERNAME_FULL }} » {% if topicpins.POST_TIME_RFC3339 and topicpins.POST_TIME_DISP %} {{ topicpins.POST_TIME_DISP }} {% else %} {% if topicpins.PINNED_AT %}
    {{ topicpins.PINNED_AT }} {% endif %} {% endif %} {% if topicpins.PREVIEW_HTML %}
    {{ topicpins.PREVIEW_HTML }}
    {% endif %}
    {{ topicpins.TOPIC_TITLE }}
    {{ lang('POST_BY_AUTHOR') }} {{ topicpins.TOPIC_AUTHOR_FULL }} » {% if topicpins.FIRST_POST_TIME_RFC3339 and topicpins.FIRST_POST_TIME_DISP %} {{ topicpins.FIRST_POST_TIME_DISP }} {% endif %}
  • {% endfor %} {% else %}
  • {{ lang('TOPICPINS_NONE') }}
     
     
     
  • {% endif %}