'.format(
+ request.route_url('topic', topic=topic.topic), topic.topic_name)
+
# get all the tags of the topic
tags = BlogRecordService.get_tags_byTopic(request, topic.topic)
if tags:
liste += '
'
for tag in tags:
count = len(BlogRecordService.by_topic(request, tag.topic, tag.tag))
- liste += ' '.format(
+ liste += ' '.format(
tag.tag_name, count)
liste += '