{% extends "base.html" %} {% block title %}{{ business.name }} Proof Gallery | TrustForge{% endblock %} {% block meta_description %}Browse published proof cards for {{ business.name }} in {{ business.primary_city }}, {{ business.primary_state }}.{% endblock %} {% block content %}
Public proof gallery

{{ business.name }} completed work

Published proof cards from real completed jobs in {{ business.primary_city }}, {{ business.primary_state }}. Use this gallery to validate the quality, consistency, and trust signal behind the brand.

{% if business.google_review_url %}Read Google reviews{% endif %} {% if request.user.is_authenticated and current_membership and current_membership.business_id == business.id %}Manage proof cards{% else %}Create your own gallery{% endif %}
{% if featured_proofs %} {% endif %}
{% endblock %}