In the process of Django web development, when writing HTML, a list variable with the same name is passed from the backend, but the content format is different and needs to be judged separately. I have consulted many articles and tried several methods, but the format seems to be wrong (I have not systematically studied the front end, and basically just copied it) The format is roughly as follows <div class="if/else"> {% if formname == 'Callrecords' %} Callrecords {% elif formname == 'Riderecords' %} Riderecords {% elif formname == 'Clubinfo' %} Clubinfo {% elif formname == 'Clubmemb' %} Clubmemb {% elif formname == 'Personinfo' %} Personinfo {% endif %} </div> This syntax is provided by Django and is used in native HTML code writing but is useless. The code box above uses the HTML format, but you can also see that the content between the <div> tags cannot be marked by the HTML language, indicating that it is not a built-in HTML syntax. Summarize The above is the usage of if judgment in HTML introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time! |
<<: How to check if data exists before inserting in mysql
>>: Detailed explanation of the principle of Vue monitoring data
The command format for mysql login is: mysql -h [...
Some MySQL tables may contain duplicate records. ...
background As we all know, nginx is a high-perfor...
mysql-5.7.9 finally provides shutdown syntax: Pre...
1. MySQL master-slave asynchrony 1.1 Network Dela...
Table of contents Preface Add sudo write permissi...
The data dictionary in MySQL is one of the import...
v-for directive Speaking of lists, we have to men...
Create Table create table table name create table...
Basic knowledge of responsive layout development ...
Now many mobile phones have the function of switc...
Preface We all know that in Linux, "everythi...
First, let me give you an example (if you don’t w...
Find the problem Today I am going to study the to...
#docker search #docker pull portainer 1. Download...