{%load widget_tweaks%} {% load static %}
{% include 'adminfront/admin-sidebar.html'%} {% block content %} {% endblock %}
{% csrf_token%} {% for field in form.visible_fields%}
{{form.media}} {{field|add_class:'form-control'}} {% for error in field.errors%} {{error}} {% endfor %}
{% endfor%}
cancel
{% if posts %} {% for st in posts %} {% endfor %}
Sr.No. USP1 USP2 USP3 USP4 USP5 USP6 Edit
{{st.id}} {{st.des1}} {{st.des2}} {{st.des3}} {{st.des4}} {{st.des5}} {{st.des6}} Edit
{% else %}

No Records

{% endif %}