{% macro userlist() -%} {{ _('UserList') }} {%- endmacro %} {% macro user(user) -%} {{ user.username }} {%- endmacro %} {% macro taglist() -%} {{ _('TagList') }} {%- endmacro %} {% macro tag(tag) -%} {{ tag.name }} {%- endmacro %} {% macro topiclist() -%} {{ _('TopicList') }} {%- endmacro %} {% macro topic(topic) -%} {{ topic.title }} {%- endmacro %} {% macro boardlist() -%} {{ _('BoardList') }} {%- endmacro %} {% macro board(board) -%} {{ board.name }} {%- endmacro %} {% macro avatar(text,width=64) -%} {%- endmacro %} {% macro user_avatar(user,width=64) -%} {% set info = user.info %} {% if not info.avatar -%} {% else %} {%- endif %} {%- endmacro %} {% macro following_tag() -%} {{ _('Following Tags') }} {%- endmacro %} {% macro following_topic() -%} {{ _('Following Topics')}} {%- endmacro %} {% macro following_user() -%} {{ _('Following Users')}} {%- endmacro %} {% macro following_collect() -%} {{ _('Following Collects')}} {%- endmacro %} {% macro collectlist() -%} {{ _('CollectList')}} {%- endmacro %} {% macro collect(c) -%} {{ c.name }} {%- endmacro %}