{% extends "cranefly/layout.html" %} {% load i18n %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Popular Threads')) }}{% endblock %} {% block container %}
{% trans forum=forum(thread.forum), starter=username(thread.start_poster_id, thread.start_poster_name, thread.start_poster_slug), last=thread.last|reldate, replies=replies(thread.replies) %}By {{ starter }} - {{ forum }} - {{ replies }} - last on {{ last }}.{% endtrans %}
{% trans %}Looks like there are no popular threads... yet!{% endtrans %}
{% endif %}