{% extends "base" %} {% block content %}
{%- for word in subline -%} {%- if word.dictionary -%} {%- endif -%} {% for segment in word.text -%} {{ segment.kanji }} {%- endfor -%} {%- if word.dictionary -%} {%- endif -%} {%- endfor -%}
{% endfor %} {% endfor %}Translation {% if content.translation.author %}by {{ content.translation.author }}{% endif %} {% if content.translation.site %} via {% if content.translation.site.link %} {{ content.translation.site.name }} {% else %} {{ content.translation.site.name }} {% endif %} {%- endif -%}
{%- endif -%} {%- if content.suggester -%}This challenge was suggested by {{ content.suggester }} using the -h suggest
command.