{% trans "Admin" %}
{% if not USE_ORGANIZATIONS %}{% trans "Spam" %}
{% trans "Spam score" %}
{{ project|get_spam_score }}
{% if project.spam_rules.exists %}
{% trans "Spam matching rules" %}
{% for rule in project.spam_rules.all %}
{% endfor %}
{% endif %}
{% endif %}