{% extends "base.html" %} {% load crispy_forms_tags humanize i18n permissions translations %} {% block breadcrumbs %}
| {% 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" %} |