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

{{ prototype.title }}

{{ prototype.description }}

{% endblock %} {% block content %}
{% translate "Typography" %}

{% translate "Heading 1" %}

{% translate "Heading 2" %}

{% translate "Heading 3" %}

{% translate "Heading 4" %}

{% translate "Body text. The quick brown fox jumps over the lazy dog." %}

{% translate "Muted text, used for helper/description lines." %}

{% translate "A link" %}

{% translate "Buttons" %}
{% translate "Badges" %}
{% translate "Primary" %} {% translate "Secondary" %} {% translate "Success" %} {% translate "Danger" %} {% translate "Warning" %} {% translate "Info" %}
{% translate "Alerts" %}
{% translate "Primary alert" %}
{% translate "Success alert" %}
{% translate "Warning alert" %}
{% translate "Danger alert" %}
{% translate "Card title" %}

{% translate "Card body text sample, a couple of lines to check wrapping." %}

{% translate "Action" %}
{% translate "Card title" %}

{% translate "Card body text sample, a couple of lines to check wrapping." %}

{% translate "Action" %}
{% translate "Card title" %}

{% translate "Card body text sample, a couple of lines to check wrapping." %}

{% translate "Action" %}
{% translate "Form" %}
{% translate "Table" %}
{% translate "Name" %} {% translate "Status" %} {% translate "Updated" %}
{% translate "Sample row" %} {% translate "Active" %} 2026-07-29
{% translate "Another row" %} {% translate "Disabled" %} 2026-07-01
{% endblock %}