{% extends "base.html" %} {% load crispy_forms_tags humanize i18n permissions translations %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %} {% for label in labels %} {% endfor %}
{% translate "Label name" %} {% translate "Color" %} {% translate "Description" %} {# Translators: Header for column showing the number of source strings with this label #} {% translate "Labeled source strings" %} {% translate "Actions" %}
{{ label.name }} {{ label.get_color_display }} {{ label.description }} {{ label.string_count|intcomma }} {% translate "Edit" %} {% translate "Delete" %}

{% translate "Add label" %}

{% crispy form %}
{% endblock content %}