{% translate "It Works" %}
{% blocktranslate with request_path=request.path app_name=request.resolver_match.app_name %}You are viewing {{ request_path }} in {{ app_name }} app.{% endblocktranslate %}
{% translate "You should override this template in your app to display your own content." %}
{% endblock content %}