{% extends 'base.html' %} {% load static %} {% load appfilter %} {% load widget_tweaks %} {% block body %}

Add {{ model_name }}

{% csrf_token %}
{# {% include 'components/image-field.html' with label='Picture' field=form.picture default_image='/static/assets/media/image.png' holder_img_class='rounded' image_field_hover_class='rounded-lg' holder_class='rounded-lg' image_field_class='rounded-lg' %}#} {% include 'component/input.html' with md=12 input=form.picture %}
{# {% include 'components/image-field.html' with label='Mobile Picture' field=form.picture_sm default_image='/static/assets/media/image.png' holder_img_class='rounded' image_field_hover_class='rounded-lg' holder_class='rounded-lg' image_field_class='rounded-lg' %}#} {% include 'component/input.html' with md=12 input=form.picture_sm %}
{% include 'component/input.html' with md=12 input=form.title extra_class='mb-1' %} {% include 'component/input.html' with md=12 input=form.link extra_class='mb-1' %}
{% render_field form.lang class="form-control no-select2" %}
{% endblock %} {% block script %} {% endblock %}