9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
{@ include(common/header) @}
|
|
<h1>請求書一覧</h1>
|
|
{@ kys($data) @}
|
|
検索バー<br />
|
|
{@ if (isset($data['data']['results'])) @}
|
|
{@ else @}
|
|
<p>何も見つけられませんでした。</p>
|
|
{@ endif @}
|
|
{@ include(common/footer) @} |