{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% blocktrans count count=translation.stats.todo %}There is {{ count }} string needing action in {{ component }}.{% plural %}There are {{ count }} strings needing action in {{ component }}.{% endblocktrans %}

{% trans "View" %}
{% endblock %}