{% extends "adminlte2/base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

Demo CSS

{# Dropdown Menus #}

Dropdown Menus

Dropdown Menus

{% for bootstrap_type in bootstrap_types %}
{% endfor %}
{# Anchor Buttons #}

Anchor Buttons

Buttons

{% for bootstrap_type in bootstrap_types %} {% endfor %}
{# Buttons #}

Buttons

Buttons

{% for bootstrap_type in bootstrap_types %}
{% endfor %}
{# Labels #}

Labels

Labels

{% for bootstrap_type in bootstrap_types %}
{% endfor %}

Large Labels

{% for bootstrap_type in bootstrap_types %}
{% endfor %}

Boxes

Box

{% for bootstrap_type in bootstrap_types %}

{{ bootstrap_type }}

{% comment %} Doing of of each type of button vs all of them. This has one AdminLTE black text and one white text. This also has one Extra black text and one white text. These are repeated for both buttons and a tags. {% endcomment %} Default Primary Orange Lime

This is some filler text for the body of the box

{% endfor %}

Box Solid

{% for bootstrap_type in bootstrap_types %}

{{ bootstrap_type }}

{% comment %} Doing of of each type of button vs all of them. This has one AdminLTE black text and one white text. This also has one Extra black text and one white text. These are repeated for both buttons and a tags. {% endcomment %} Default Primary Orange Lime

This is some filler text for the body of the box

{% endfor %}
{# Alerts and Callouts #}

Alerts and Callouts

Alerts

Callouts

{% for bootstrap_type in bootstrap_types %}

{{ bootstrap_type }}

Info alert preview. This alert is dismissable.

I am a {{ bootstrap_type }} callout

Follow the steps to continue to payment

{% endfor %}
{# Modals #}

Modals

AdminLTE Modals

{% for bootstrap_type in bootstrap_types %}
{% endfor %}

Solid Header Only Modals

{% for bootstrap_type in bootstrap_types %}
{% endfor %}
{# Tables #}

Tables

AdminLTE Tables

Entire Row Is Colored
Single TD Is Colored
Entire Row Is Colored
Single TD Is Colored
{% endblock content %} {% block modals %} {% for bootstrap_type in bootstrap_types %} {% endfor %} {% for bootstrap_type in bootstrap_types %} {% endfor %} {% endblock %}