{% extends "main/form/base.html" %}
{% load main_extras %}
{% load i18n %}
{% block title_new %}
{% translate "Create category" %}
{% endblock %}
{% block h2_new %}
{% translate "New category" %}
{% endblock %}
{% block h2 %}{{ form.instance.icon|remix }}{{ form.instance }}{% endblock %}
{% block tables %}
{% translate "Transactions" %}
{% include "transaction/transaction_table.html" %}
{% if history %}
{% translate "History" %}
{% include "history/plot.html" %}
{% endif %}
{% endblock %}