{% extends "admin/base.html" %} {% block content %}
{{_('Collect New Translatable Phrases',2)}}
{% if updated_terms %}
    {% for updated_term in updated_terms %}
  • {{ updated_term }}
  • {% endfor %}
{% else %} {{_('All terms are up to date',2)}} {% endif %}
{% endblock %}