You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 line
115 B

  1. <dl>
  2. <dt>{{ name }}</dt>
  3. {% for error in error_list %}
  4. <dd>{{ error }}</dd>
  5. {% endfor %}
  6. </dl>