{% extends "base/module_base.html" %} {% set active_page ='category' %} {% block pagehead %} SpareParts {% endblock %} {% block sidebar %} {%include 'category/blocks/sidebar.html'%} {%endblock%} {% block content %}
{%for m in categorys%}
  
 


{%endfor%} {% endblock %}