{% extends 'django_cotton_gallery/base.html' %}
{% load i18n catalog_tags %}
{% block title %}{% trans "Lint" %}{% endblock %}
{% block content %}
{% blocktranslate %}Cross-checks each component's {% trans "Annotation lint" %}
@prop comments against its <c-vars> declaration. Errors mean the prop won't reach the template; warnings flag undocumented or under-documented props.{% endblocktranslate %}
{% trans "Every component is properly annotated." %}
{% trans "No components match this filter." %}
{# ─── Cards view (default) ─── #}