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