{% extends "layout.html" %} {% block body %} Download po {% if translated_strings %} {% for translated_string in translated_strings %} {% endfor %}
Base string Translation Context
{{ translated_string.base_string }} {{ translated_string.translation }} {{ translated_string.context }}
{% endif %} {% endblock %}