{% extends 'base.html' %} {% block title %}明細編集{% endblock %} {% block content %} 明細編集 {% if imported %} 取込件数: {{ imported }} / 重複件数: {{ duplicated }} / 文字コード: {{ encoding }} {% endif %} {% csrf_token %} 利用日 利用先 金額 店舗区分 経費区分 会社/家計 備考 {% for expense in expenses %} {{ expense.use_date }} {{ expense.description }} {{ expense.amount }} 未設定 {% for store in stores %} {{ store.name }} {% endfor %} 未設定 {% for category in categories %} {{ category.name }} {% endfor %} 会社 家計 未設定 {% empty %} データがありません。 {% endfor %} {% endblock %}
取込件数: {{ imported }} / 重複件数: {{ duplicated }} / 文字コード: {{ encoding }}