{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/_sidebar.html' %} {% endblock %} {% block title %}

{% translate "UI Prototypes" %}

{% translate "Beta preview — reference pool for UI redesign iteration. Not part of the final product." %}

{% endblock %} {% block content %}
{% for prototype in prototypes %}
{{ prototype.title }}

{{ prototype.description }}

{% translate "View" %}
{% empty %}

{% translate "No prototypes yet." %}

{% endfor %}
{% endblock %}