{% trans "Builds" %}
{% extends "includes/elements/chips/base.html" %} {% load i18n %} {# Conditionally provide URL if there is an API v3 URL to request from. In the case of pull request versions, API requests 404 #} {% block chip_view_params %}'{% if not version.is_external %}{% url "projects-versions-detail" version.project.slug version.slug %}{% endif %}'{% endblock %} {% block chip_url %} {% url "projects_detail" version.project.slug %}?slug={{ version.slug }} {% endblock %} {% block chip_icon %} {# fmt:off #} {# fmt:off #} {% endblock chip_icon %} {% block chip_text %} {% if version.is_external %}#{% endif %}{{ version.verbose_name }} {% endblock chip_text %} {% block chip_detail %}