---
title: Table
tags:
- ui
---
{% assign bodyClass = "body_frame" -%}
{% layout "hippie/app.liquid" %}
{% block body %}
{% render 'hippie/partials/frame-header.liquid' %}
| # |
|
# |
Number |
Name |
Description |
Amount |
Unit |
Price |
Sum |
|
{% render 'hippie/partials/frame-status.liquid' %}
|
|
|
|
|
{% comment %} | {% endcomment %}
|
|
|
|
|
|
|
|
|
|
|
{% comment %} | {% endcomment %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% comment %} | {% endcomment %}
|
|
|
|
|
|
{% render 'hippie/partials/frame-mode.liquid' %}
{% endblock %}
{%- block script %}
{{ block.super -}}
{% endblock %}